#51147E

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

Shades of Indigo #51147E

Tints of Indigo #51147E

Color information

#51147E (or 0x51147E) is unknown color: approx Indigo. HEX triplet: 51, 14 and 7E. RGB value is (81,20,126). Sum of RGB (Red+Green+Blue) = 81+20+126=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 126 (49.61% from 255 or 55.51% from 227); Max value from RGB is 126 - color contains mainly: blue. Hex color #51147E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51147E is #AEEB81. Grayscale: #313131. Windows color (decimal): -11463554 or 8262737. OLE color: 8262737.

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

Color convert

RGB8120126-
CMYK0.360.8400.51
HSL274.53º72.6%28.63%-
HSV(B)274.53º84.13%49.41%-
XYZ7.413.7620.07-
YUV50.32170.71149.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.68%
GREEN value IS 20 (8.20% from 255) = 8.81%
BLUE value IS 126 (49.61% from 255) = 55.51%
R=35.68%
G=8.81%
B=55.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal81201260.360.8400.51274.5372.628.63
Hex51147E2454033113491d
Octal121241764412406342311135
Binary101000110100111111010010010101000110011100010011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51147E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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