#51139E

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

Shades of Indigo #51139E

Tints of Indigo #51139E

Color information

#51139E (or 0x51139E) is unknown color: approx Indigo. HEX triplet: 51, 13 and 9E. RGB value is (81,19,158). Sum of RGB (Red+Green+Blue) = 81+19+158=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 158 (62.11% from 255 or 61.24% from 258); Max value from RGB is 158 - color contains mainly: blue. Hex color #51139E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #51139E is #AEEC61. Grayscale: #343434. Windows color (decimal): -11463778 or 10359633. OLE color: 10359633.

HSL color Cylindrical-coordinate representation of color #51139E: hue angle of 266.76º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #51139E is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8119158-
CMYK0.490.8800.38
HSL266.76º78.53%34.71%-
HSV(B)266.76º87.97%61.96%-
XYZ9.84.6832.74-
YUV53.38187.04147.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.40%
GREEN value IS 19 (7.81% from 255) = 7.36%
BLUE value IS 158 (62.11% from 255) = 61.24%
R=31.40%
G=7.36%
B=61.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81191580.490.8800.38266.7678.5334.71
Hex51139E315802610b4f23
Octal121232366113004641311743
Binary10100011001110011110110001101100001001101000010111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51139E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,19,158); }

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

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

 a { background-color: rgb(81,19,158); }

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

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

 span { border-color: rgb(81,19,158); }

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