#55126E

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

Shades of Indigo #55126E

Tints of Indigo #55126E

Color information

#55126E (or 0x55126E) is unknown color: approx Indigo. HEX triplet: 55, 12 and 6E. RGB value is (85,18,110). Sum of RGB (Red+Green+Blue) = 85+18+110=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 110 (43.36% from 255 or 51.64% from 213); Max value from RGB is 110 - color contains mainly: blue. Hex color #55126E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55126E is #AAED91. Grayscale: #303030. Windows color (decimal): -11201938 or 7213653. OLE color: 7213653.

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

Color convert

RGB8518110-
CMYK0.230.8400.57
HSL283.7º71.88%25.1%-
HSV(B)283.7º83.64%43.14%-
XYZ6.783.4915.07-
YUV48.52162.7154.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 18 (7.42% from 255) = 8.45%
BLUE value IS 110 (43.36% from 255) = 51.64%
R=39.91%
G=8.45%
B=51.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85181100.230.8400.57283.771.8825.1
Hex55126E175403911c4819
Octal125221562712407143411031
Binary10101011001011011101011110101000111001100011100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55126E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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