#55016F

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

Shades of Indigo #55016F

Tints of Indigo #55016F

Color information

#55016F (or 0x55016F) is unknown color: approx Indigo. HEX triplet: 55, 01 and 6F. RGB value is (85,1,111). Sum of RGB (Red+Green+Blue) = 85+1+111=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 111 (43.75% from 255 or 56.35% from 197); Max value from RGB is 111 - color contains mainly: blue. Hex color #55016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55016F is #AAFE90. Grayscale: #262626. Windows color (decimal): -11206289 or 7274837. OLE color: 7274837.

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

Color convert

RGB851111-
CMYK0.230.9900.56
HSL285.82º98.21%21.96%-
HSV(B)285.82º99.1%43.53%-
XYZ6.633.115.29-
YUV38.66168.83161.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.15%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 111 (43.75% from 255) = 56.35%
R=43.15%
G=0.51%
B=56.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8511110.230.9900.56285.8298.2121.96
Hex5516F176303811e6216
Octal12511572714307043614226
Binary1010101111011111011111000110111000100011110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55016F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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