#55136F

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

Shades of Indigo #55136F

Tints of Indigo #55136F

Color information

#55136F (or 0x55136F) is unknown color: approx Indigo. HEX triplet: 55, 13 and 6F. RGB value is (85,19,111). Sum of RGB (Red+Green+Blue) = 85+19+111=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #55136F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55136F is #AAEC90. Grayscale: #303030. Windows color (decimal): -11201681 or 7279445. OLE color: 7279445.

HSL color Cylindrical-coordinate representation of color #55136F: hue angle of 283.04º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #55136F is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8519111-
CMYK0.230.8300.56
HSL283.04º70.77%25.49%-
HSV(B)283.04º82.88%43.53%-
XYZ6.853.5415.36-
YUV49.22162.87153.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.53%
GREEN value IS 19 (7.81% from 255) = 8.84%
BLUE value IS 111 (43.75% from 255) = 51.63%
R=39.53%
G=8.84%
B=51.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85191110.230.8300.56283.0470.7725.49
Hex55136F175303811b4719
Octal125231572712307043310731
Binary10101011001111011111011110100110111000100011011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55136F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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