#63148E

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

Shades of Indigo #63148E

Tints of Indigo #63148E

Color information

#63148E (or 0x63148E) is unknown color: approx Indigo. HEX triplet: 63, 14 and 8E. RGB value is (99,20,142). Sum of RGB (Red+Green+Blue) = 99+20+142=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #63148E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #63148E is #9CEB71. Grayscale: #393939. Windows color (decimal): -10283890 or 9311331. OLE color: 9311331.

HSL color Cylindrical-coordinate representation of color #63148E: hue angle of 278.85º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #63148E is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9920142-
CMYK0.300.8600.44
HSL278.85º75.31%31.76%-
HSV(B)278.85º85.92%55.69%-
XYZ10.285.1126.04-
YUV57.53175.67157.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.93%
GREEN value IS 20 (8.20% from 255) = 7.66%
BLUE value IS 142 (55.86% from 255) = 54.41%
R=37.93%
G=7.66%
B=54.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal99201420.300.8600.44278.8575.3131.76
Hex63148E1E5602C1174b20
Octal143242163612605442711340
Binary1100011101001000111011110101011001011001000101111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63148E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63148E; }

 p { color: rgb(99,20,142); }

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

<style>
 a { background-color: #63148E; }

 a { background-color: rgb(99,20,142); }

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

<style>
 span { border-color: #63148E; }

 span { border-color: rgb(99,20,142); }

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