#51198E

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

Shades of Indigo #51198E

Tints of Indigo #51198E

Color information

#51198E (or 0x51198E) is unknown color: approx Indigo. HEX triplet: 51, 19 and 8E. RGB value is (81,25,142). Sum of RGB (Red+Green+Blue) = 81+25+142=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 142 (55.86% from 255 or 57.26% from 248); Max value from RGB is 142 - color contains mainly: blue. Hex color #51198E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51198E is #AEE671. Grayscale: #363636. Windows color (decimal): -11462258 or 9312593. OLE color: 9312593.

HSL color Cylindrical-coordinate representation of color #51198E: hue angle of 268.72º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #51198E is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8125142-
CMYK0.430.8200.44
HSL268.72º70.06%32.75%-
HSV(B)268.72º82.39%55.69%-
XYZ8.624.425.99-
YUV55.08177.05146.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.66%
GREEN value IS 25 (10.16% from 255) = 10.08%
BLUE value IS 142 (55.86% from 255) = 57.26%
R=32.66%
G=10.08%
B=57.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81251420.430.8200.44268.7270.0632.75
Hex51198E2B5202C10d4621
Octal121312165312205441510641
Binary10100011100110001110101011101001001011001000011011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51198E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,25,142); }

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

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

 a { background-color: rgb(81,25,142); }

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

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

 span { border-color: rgb(81,25,142); }

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