#55106D

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

Shades of Indigo #55106D

Tints of Indigo #55106D

Color information

#55106D (or 0x55106D) is unknown color: approx Indigo. HEX triplet: 55, 10 and 6D. RGB value is (85,16,109). Sum of RGB (Red+Green+Blue) = 85+16+109=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #55106D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55106D is #AAEF92. Grayscale: #2E2E2E. Windows color (decimal): -11202451 or 7147605. OLE color: 7147605.

HSL color Cylindrical-coordinate representation of color #55106D: hue angle of 284.52º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55106D is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8516109-
CMYK0.220.8500.57
HSL284.52º74.4%24.51%-
HSV(B)284.52º85.32%42.75%-
XYZ6.693.4114.77-
YUV47.23162.86154.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.48%
GREEN value IS 16 (6.64% from 255) = 7.62%
BLUE value IS 109 (42.97% from 255) = 51.90%
R=40.48%
G=7.62%
B=51.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85161090.220.8500.57284.5274.424.51
Hex55106D165503911d4a19
Octal125201552612507143511231
Binary10101011000011011011011010101010111001100011101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55106D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55106D; }

 p { color: rgb(85,16,109); }

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

<style>
 a { background-color: #55106D; }

 a { background-color: rgb(85,16,109); }

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

<style>
 span { border-color: #55106D; }

 span { border-color: rgb(85,16,109); }

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