#55189E

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

Shades of Indigo #55189E

Tints of Indigo #55189E

Color information

#55189E (or 0x55189E) is unknown color: approx Indigo. HEX triplet: 55, 18 and 9E. RGB value is (85,24,158). Sum of RGB (Red+Green+Blue) = 85+24+158=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 158 (62.11% from 255 or 59.18% from 267); Max value from RGB is 158 - color contains mainly: blue. Hex color #55189E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55189E is #AAE761. Grayscale: #393939. Windows color (decimal): -11200354 or 10360917. OLE color: 10360917.

HSL color Cylindrical-coordinate representation of color #55189E: hue angle of 267.31º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55189E is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8524158-
CMYK0.460.8500.38
HSL267.31º73.63%35.69%-
HSV(B)267.31º84.81%61.96%-
XYZ10.245.0532.78-
YUV57.52184.71147.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.84%
GREEN value IS 24 (9.77% from 255) = 8.99%
BLUE value IS 158 (62.11% from 255) = 59.18%
R=31.84%
G=8.99%
B=59.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85241580.460.8500.38267.3173.6335.69
Hex55189E2E5502610b4a24
Octal125302365612504641311244
Binary10101011100010011110101110101010101001101000010111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55189E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,24,158); }

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

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

 a { background-color: rgb(85,24,158); }

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

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

 span { border-color: rgb(85,24,158); }

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