#55039C

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

Shades of Indigo #55039C

Tints of Indigo #55039C

Color information

#55039C (or 0x55039C) is unknown color: approx Indigo. HEX triplet: 55, 03 and 9C. RGB value is (85,3,156). Sum of RGB (Red+Green+Blue) = 85+3+156=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 156 (61.33% from 255 or 63.93% from 244); Max value from RGB is 156 - color contains mainly: blue. Hex color #55039C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55039C is #AAFC63. Grayscale: #2C2C2C. Windows color (decimal): -11205732 or 10224469. OLE color: 10224469.

HSL color Cylindrical-coordinate representation of color #55039C: hue angle of 272.16º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55039C is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB853156-
CMYK0.460.9800.39
HSL272.16º96.23%31.18%-
HSV(B)272.16º98.08%61.18%-
XYZ9.784.431.79-
YUV44.96190.67156.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.84%
GREEN value IS 3 (1.56% from 255) = 1.23%
BLUE value IS 156 (61.33% from 255) = 63.93%
R=34.84%
G=1.23%
B=63.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8531560.460.9800.39272.1696.2331.18
Hex5539C2E62027110601f
Octal12532345614204742014037
Binary1010101111001110010111011000100100111100010000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55039C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55039C; }

 p { color: rgb(85,3,156); }

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

<style>
 a { background-color: #55039C; }

 a { background-color: rgb(85,3,156); }

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

<style>
 span { border-color: #55039C; }

 span { border-color: rgb(85,3,156); }

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