#55008A

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

Shades of Indigo #55008A

Tints of Indigo #55008A

Color information

#55008A (or 0x55008A) is unknown color: approx Indigo. HEX triplet: 55, 00 and 8A. RGB value is (85,0,138). Sum of RGB (Red+Green+Blue) = 85+0+138=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 138 (54.30% from 255 or 61.88% from 223); Max value from RGB is 138 - color contains mainly: blue. Hex color #55008A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55008A is #AAFF75. Grayscale: #282828. Windows color (decimal): -11206518 or 9044053. OLE color: 9044053.

HSL color Cylindrical-coordinate representation of color #55008A: hue angle of 276.96º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55008A is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB850138-
CMYK0.38100.46
HSL276.96º100%27.06%-
HSV(B)276.96º100%54.12%-
XYZ8.333.7724.33-
YUV41.15182.66159.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 138 (54.30% from 255) = 61.88%
R=38.12%
G=0%
B=61.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8501380.38100.46276.9610027.06
Hex5508A266402E115641b
Octal12502124614405642514433
Binary101010101000101010011011001000101110100010101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55008A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,0,138); }

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

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

 a { background-color: rgb(85,0,138); }

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

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

 span { border-color: rgb(85,0,138); }

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