#55116F

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

Shades of Indigo #55116F

Tints of Indigo #55116F

Color information

#55116F (or 0x55116F) is unknown color: approx Indigo. HEX triplet: 55, 11 and 6F. RGB value is (85,17,111). Sum of RGB (Red+Green+Blue) = 85+17+111=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 111 (43.75% from 255 or 52.11% from 213); Max value from RGB is 111 - color contains mainly: blue. Hex color #55116F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55116F is #AAEE90. Grayscale: #2F2F2F. Windows color (decimal): -11202193 or 7278933. OLE color: 7278933.

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

Color convert

RGB8517111-
CMYK0.230.8500.56
HSL283.4º73.44%25.1%-
HSV(B)283.4º84.68%43.53%-
XYZ6.823.4815.35-
YUV48.05163.53154.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 17 (7.03% from 255) = 7.98%
BLUE value IS 111 (43.75% from 255) = 52.11%
R=39.91%
G=7.98%
B=52.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85171110.230.8500.56283.473.4425.1
Hex55116F175503811b4919
Octal125211572712507043311131
Binary10101011000111011111011110101010111000100011011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55116F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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