#55026F

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

Shades of Indigo #55026F

Tints of Indigo #55026F

Color information

#55026F (or 0x55026F) is unknown color: approx Indigo. HEX triplet: 55, 02 and 6F. RGB value is (85,2,111). Sum of RGB (Red+Green+Blue) = 85+2+111=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 111 (43.75% from 255 or 56.06% from 198); Max value from RGB is 111 - color contains mainly: blue. Hex color #55026F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55026F is #AAFD90. Grayscale: #262626. Windows color (decimal): -11206033 or 7275093. OLE color: 7275093.

HSL color Cylindrical-coordinate representation of color #55026F: hue angle of 285.69º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55026F is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB852111-
CMYK0.230.9800.56
HSL285.69º96.46%22.16%-
HSV(B)285.69º98.2%43.53%-
XYZ6.643.1215.29-
YUV39.24168.5160.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.93%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 111 (43.75% from 255) = 56.06%
R=42.93%
G=1.01%
B=56.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8521110.230.9800.56285.6996.4622.16
Hex5526F176203811e6016
Octal12521572714207043614026
Binary10101011011011111011111000100111000100011110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55026F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,2,111); }

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

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

 a { background-color: rgb(85,2,111); }

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

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

 span { border-color: rgb(85,2,111); }

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