#55126F

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

Shades of Indigo #55126F

Tints of Indigo #55126F

Color information

#55126F (or 0x55126F) is unknown color: approx Indigo. HEX triplet: 55, 12 and 6F. RGB value is (85,18,111). Sum of RGB (Red+Green+Blue) = 85+18+111=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #55126F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55126F is #AAED90. Grayscale: #303030. Windows color (decimal): -11201937 or 7279189. OLE color: 7279189.

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

Color convert

RGB8518111-
CMYK0.230.8400.56
HSL283.23º72.09%25.29%-
HSV(B)283.23º83.78%43.53%-
XYZ6.833.5115.36-
YUV48.63163.2153.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.72%
GREEN value IS 18 (7.42% from 255) = 8.41%
BLUE value IS 111 (43.75% from 255) = 51.87%
R=39.72%
G=8.41%
B=51.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85181110.230.8400.56283.2372.0925.29
Hex55126F175403811b4819
Octal125221572712407043311031
Binary10101011001011011111011110101000111000100011011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55126F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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