#55097A

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

Shades of Indigo #55097A

Tints of Indigo #55097A

Color information

#55097A (or 0x55097A) is unknown color: approx Indigo. HEX triplet: 55, 09 and 7A. RGB value is (85,9,122). Sum of RGB (Red+Green+Blue) = 85+9+122=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 122 (48.05% from 255 or 56.48% from 216); Max value from RGB is 122 - color contains mainly: blue. Hex color #55097A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55097A is #AAF685. Grayscale: #2C2C2C. Windows color (decimal): -11204230 or 7997781. OLE color: 7997781.

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

Color convert

RGB859122-
CMYK0.300.9300.52
HSL280.35º86.26%25.69%-
HSV(B)280.35º92.62%47.84%-
XYZ7.363.5318.71-
YUV44.61171.68156.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.35%
GREEN value IS 9 (3.91% from 255) = 4.17%
BLUE value IS 122 (48.05% from 255) = 56.48%
R=39.35%
G=4.17%
B=56.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8591220.300.9300.52280.3586.2625.69
Hex5597A1E5D034118561a
Octal125111723613506443012632
Binary1010101100111110101111010111010110100100011000101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55097A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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