#63119B

Color #63119B Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #63119B

Tints of Indigo #63119B

Color information

#63119B (or 0x63119B) is unknown color: approx Indigo. HEX triplet: 63, 11 and 9B. RGB value is (99,17,155). Sum of RGB (Red+Green+Blue) = 99+17+155=271 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.53% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #63119B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63119B is #9CEE64. Grayscale: #383838. Windows color (decimal): -10284645 or 10162531. OLE color: 10162531.

HSL color Cylindrical-coordinate representation of color #63119B: hue angle of 275.65º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #63119B is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9917155-
CMYK0.360.8900.39
HSL275.65º80.23%33.73%-
HSV(B)275.65º89.03%60.78%-
XYZ11.265.4231.46-
YUV57.25183.17157.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 36.53%
GREEN value IS 17 (7.03% from 255) = 6.27%
BLUE value IS 155 (60.94% from 255) = 57.20%
R=36.53%
G=6.27%
B=57.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal99171550.360.8900.39275.6580.2333.73
Hex63119B24590271145022
Octal143212334413104742412042
Binary11000111000110011011100100101100101001111000101001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63119B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63119B; }

 p { color: rgb(99,17,155); }

 H1.HeaderClassName
 {
   color: #63119B;
 }
 .AnyTagClassName
 {
   color: #63119B;
 }
</style>
background-color css

<style>
 a { background-color: #63119B; }

 a { background-color: rgb(99,17,155); }

 div.DivClassName
 {
   background-color: #63119B;
 }
 .BgClassName
 {
   background-color: #63119B;
 }
</style>
border-color css

<style>
 span { border-color: #63119B; }

 span { border-color: rgb(99,17,155); }

 td.TdClassName
 {
   border-color: #63119B;
 }
 .TagClassName
 {
   border-color: #63119B;
 }
</style>