#55106C

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

Shades of Indigo #55106C

Tints of Indigo #55106C

Color information

#55106C (or 0x55106C) is unknown color: approx Indigo. HEX triplet: 55, 10 and 6C. RGB value is (85,16,108). Sum of RGB (Red+Green+Blue) = 85+16+108=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #55106C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55106C is #AAEF93. Grayscale: #2E2E2E. Windows color (decimal): -11202452 or 7082069. OLE color: 7082069.

HSL color Cylindrical-coordinate representation of color #55106C: hue angle of 285º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55106C is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8516108-
CMYK0.210.8500.58
HSL285º74.19%24.31%-
HSV(B)285º85.19%42.35%-
XYZ6.643.3814.49-
YUV47.12162.36155.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.67%
GREEN value IS 16 (6.64% from 255) = 7.66%
BLUE value IS 108 (42.58% from 255) = 51.67%
R=40.67%
G=7.66%
B=51.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85161080.210.8500.5828574.1924.31
Hex55106C155503A11d4a18
Octal125201542512507243511230
Binary10101011000011011001010110101010111010100011101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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