#51136c

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

Shades of Indigo #51136C

Tints of Indigo #51136C

Color information

#51136C (or 0x51136C) is unknown color: approx Indigo. HEX triplet: 51, 13 and 6C. RGB value is (81,19,108). Sum of RGB (Red+Green+Blue) = 81+19+108=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #51136C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51136C is #AEEC93. Grayscale: #2F2F2F. Windows color (decimal): -11463828 or 7082833. OLE color: 7082833.

HSL color Cylindrical-coordinate representation of color #51136C: hue angle of 281.8º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #51136C is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8119108-
CMYK0.250.8200.58
HSL281.8º70.08%24.9%-
HSV(B)281.8º82.41%42.35%-
XYZ6.333.314.49-
YUV47.68162.04151.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.94%
GREEN value IS 19 (7.81% from 255) = 9.13%
BLUE value IS 108 (42.58% from 255) = 51.92%
R=38.94%
G=9.13%
B=51.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81191080.250.8200.58281.870.0824.9
Hex51136C195203A11a4619
Octal121231543112207243210631
Binary10100011001111011001100110100100111010100011010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51136c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51136c; }

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

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

<style>
 a { background-color: #51136c; }

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

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

<style>
 span { border-color: #51136c; }

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

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