#55156D

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

Shades of Indigo #55156D

Tints of Indigo #55156D

Color information

#55156D (or 0x55156D) is unknown color: approx Indigo. HEX triplet: 55, 15 and 6D. RGB value is (85,21,109). Sum of RGB (Red+Green+Blue) = 85+21+109=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #55156D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55156D is #AAEA92. Grayscale: #313131. Windows color (decimal): -11201171 or 7148885. OLE color: 7148885.

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

Color convert

RGB8521109-
CMYK0.220.8100.57
HSL283.64º67.69%25.49%-
HSV(B)283.64º80.73%42.75%-
XYZ6.773.5714.8-
YUV50.17161.2152.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.53%
GREEN value IS 21 (8.59% from 255) = 9.77%
BLUE value IS 109 (42.97% from 255) = 50.70%
R=39.53%
G=9.77%
B=50.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85211090.220.8100.57283.6467.6925.49
Hex55156D165103911c4419
Octal125251552612107143410431
Binary10101011010111011011011010100010111001100011100100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55156D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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