#55136C

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

Shades of Indigo #55136C

Tints of Indigo #55136C

Color information

#55136C (or 0x55136C) is unknown color: approx Indigo. HEX triplet: 55, 13 and 6C. RGB value is (85,19,108). Sum of RGB (Red+Green+Blue) = 85+19+108=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #55136C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55136C is #AAEC93. Grayscale: #303030. Windows color (decimal): -11201684 or 7082837. OLE color: 7082837.

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

Color convert

RGB8519108-
CMYK0.210.8200.58
HSL284.49º70.08%24.9%-
HSV(B)284.49º82.41%42.35%-
XYZ6.693.4814.51-
YUV48.88161.37153.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.09%
GREEN value IS 19 (7.81% from 255) = 8.96%
BLUE value IS 108 (42.58% from 255) = 50.94%
R=40.09%
G=8.96%
B=50.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85191080.210.8200.58284.4970.0824.9
Hex55136C155203A11c4619
Octal125231542512207243410631
Binary10101011001111011001010110100100111010100011100100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55136C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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