#55008F

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

Shades of Indigo #55008F

Tints of Indigo #55008F

Color information

#55008F (or 0x55008F) is unknown color: approx Indigo. HEX triplet: 55, 00 and 8F. RGB value is (85,0,143). Sum of RGB (Red+Green+Blue) = 85+0+143=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 143 (56.25% from 255 or 62.72% from 228); Max value from RGB is 143 - color contains mainly: blue. Hex color #55008F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55008F is #AAFF70. Grayscale: #292929. Windows color (decimal): -11206513 or 9371733. OLE color: 9371733.

HSL color Cylindrical-coordinate representation of color #55008F: hue angle of 275.66º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55008F is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB850143-
CMYK0.41100.44
HSL275.66º100%28.04%-
HSV(B)275.66º100%56.08%-
XYZ8.73.9126.28-
YUV41.72185.16158.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 143 (56.25% from 255) = 62.72%
R=37.28%
G=0%
B=62.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8501430.41100.44275.6610028.04
Hex5508F296402C114641c
Octal12502175114405442414434
Binary101010101000111110100111001000101100100010100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55008F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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