#55146F

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

Shades of Indigo #55146F

Tints of Indigo #55146F

Color information

#55146F (or 0x55146F) is unknown color: approx Indigo. HEX triplet: 55, 14 and 6F. RGB value is (85,20,111). Sum of RGB (Red+Green+Blue) = 85+20+111=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #55146F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55146F is #AAEB90. Grayscale: #313131. Windows color (decimal): -11201425 or 7279701. OLE color: 7279701.

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

Color convert

RGB8520111-
CMYK0.230.8200.56
HSL282.86º69.47%25.69%-
HSV(B)282.86º81.98%43.53%-
XYZ6.873.5815.37-
YUV49.81162.53153.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.35%
GREEN value IS 20 (8.20% from 255) = 9.26%
BLUE value IS 111 (43.75% from 255) = 51.39%
R=39.35%
G=9.26%
B=51.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85201110.230.8200.56282.8669.4725.69
Hex55146F175203811b451a
Octal125241572712207043310532
Binary10101011010011011111011110100100111000100011011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55146F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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