#55108D

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

Shades of Indigo #55108D

Tints of Indigo #55108D

Color information

#55108D (or 0x55108D) is unknown color: approx Indigo. HEX triplet: 55, 10 and 8D. RGB value is (85,16,141). Sum of RGB (Red+Green+Blue) = 85+16+141=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #55108D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55108D is #AAEF72. Grayscale: #323232. Windows color (decimal): -11202419 or 9244757. OLE color: 9244757.

HSL color Cylindrical-coordinate representation of color #55108D: hue angle of 273.12º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #55108D is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8516141-
CMYK0.400.8900.45
HSL273.12º79.62%30.78%-
HSV(B)273.12º88.65%55.29%-
XYZ8.744.2225.55-
YUV50.88178.86152.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.12%
GREEN value IS 16 (6.64% from 255) = 6.61%
BLUE value IS 141 (55.47% from 255) = 58.26%
R=35.12%
G=6.61%
B=58.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85161410.400.8900.45273.1279.6230.78
Hex55108D285902D111501f
Octal125202155013105542112037
Binary1010101100001000110110100010110010101101100010001101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55108D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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