#55098E

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

Shades of Indigo #55098E

Tints of Indigo #55098E

Color information

#55098E (or 0x55098E) is unknown color: approx Indigo. HEX triplet: 55, 09 and 8E. RGB value is (85,9,142). Sum of RGB (Red+Green+Blue) = 85+9+142=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 142 (55.86% from 255 or 60.17% from 236); Max value from RGB is 142 - color contains mainly: blue. Hex color #55098E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55098E is #AAF671. Grayscale: #2E2E2E. Windows color (decimal): -11204210 or 9308501. OLE color: 9308501.

HSL color Cylindrical-coordinate representation of color #55098E: hue angle of 274.29º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55098E is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB859142-
CMYK0.400.9400.44
HSL274.29º88.08%29.61%-
HSV(B)274.29º93.66%55.69%-
XYZ8.734.0825.92-
YUV46.89181.68155.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.02%
GREEN value IS 9 (3.91% from 255) = 3.81%
BLUE value IS 142 (55.86% from 255) = 60.17%
R=36.02%
G=3.81%
B=60.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8591420.400.9400.44274.2988.0829.61
Hex5598E285E02C112581e
Octal125112165013605442213036
Binary101010110011000111010100010111100101100100010010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55098E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,9,142); }

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

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

 a { background-color: rgb(85,9,142); }

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

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

 span { border-color: rgb(85,9,142); }

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