#55099C

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

Shades of Indigo #55099C

Tints of Indigo #55099C

Color information

#55099C (or 0x55099C) is unknown color: approx Indigo. HEX triplet: 55, 09 and 9C. RGB value is (85,9,156). Sum of RGB (Red+Green+Blue) = 85+9+156=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 156 (61.33% from 255 or 62.4% from 250); Max value from RGB is 156 - color contains mainly: blue. Hex color #55099C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55099C is #AAF663. Grayscale: #2F2F2F. Windows color (decimal): -11204196 or 10226005. OLE color: 10226005.

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

Color convert

RGB859156-
CMYK0.460.9400.39
HSL271.02º89.09%32.35%-
HSV(B)271.02º94.23%61.18%-
XYZ9.844.5331.81-
YUV48.48188.68154.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34%
GREEN value IS 9 (3.91% from 255) = 3.6%
BLUE value IS 156 (61.33% from 255) = 62.4%
R=34%
G=3.6%
B=62.4%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8591560.460.9400.39271.0289.0932.35
Hex5599C2E5E02710f5920
Octal125112345613604741713140
Binary1010101100110011100101110101111001001111000011111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55099C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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