#51127E

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

Shades of Indigo #51127E

Tints of Indigo #51127E

Color information

#51127E (or 0x51127E) is unknown color: approx Indigo. HEX triplet: 51, 12 and 7E. RGB value is (81,18,126). Sum of RGB (Red+Green+Blue) = 81+18+126=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 126 (49.61% from 255 or 56% from 225); Max value from RGB is 126 - color contains mainly: blue. Hex color #51127E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51127E is #AEED81. Grayscale: #303030. Windows color (decimal): -11464066 or 8262225. OLE color: 8262225.

HSL color Cylindrical-coordinate representation of color #51127E: hue angle of 275º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #51127E is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8118126-
CMYK0.360.8600.51
HSL275º75%28.24%-
HSV(B)275º85.71%49.41%-
XYZ7.383.6920.06-
YUV49.15171.37150.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36%
GREEN value IS 18 (7.42% from 255) = 8%
BLUE value IS 126 (49.61% from 255) = 56%
R=36%
G=8%
B=56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal81181260.360.8600.512757528.24
Hex51127E24560331134b1c
Octal121221764412606342311334
Binary101000110010111111010010010101100110011100010011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51127E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,18,126); }

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

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

 a { background-color: rgb(81,18,126); }

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

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

 span { border-color: rgb(81,18,126); }

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