#55097C

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

Shades of Indigo #55097C

Tints of Indigo #55097C

Color information

#55097C (or 0x55097C) is unknown color: approx Indigo. HEX triplet: 55, 09 and 7C. RGB value is (85,9,124). Sum of RGB (Red+Green+Blue) = 85+9+124=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 124 (48.83% from 255 or 56.88% from 218); Max value from RGB is 124 - color contains mainly: blue. Hex color #55097C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55097C is #AAF683. Grayscale: #2C2C2C. Windows color (decimal): -11204228 or 8128853. OLE color: 8128853.

HSL color Cylindrical-coordinate representation of color #55097C: hue angle of 279.65º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55097C is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB859124-
CMYK0.310.9300.51
HSL279.65º86.47%26.08%-
HSV(B)279.65º92.74%48.63%-
XYZ7.483.5819.37-
YUV44.83172.68156.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.99%
GREEN value IS 9 (3.91% from 255) = 4.13%
BLUE value IS 124 (48.83% from 255) = 56.88%
R=38.99%
G=4.13%
B=56.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8591240.310.9300.51279.6586.4726.08
Hex5597C1F5D033118561a
Octal125111743713506343012632
Binary1010101100111111001111110111010110011100011000101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55097C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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