#511570

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

Shades of Indigo #511570

Tints of Indigo #511570

Color information

#511570 (or 0x511570) is unknown color: approx Indigo. HEX triplet: 51, 15 and 70. RGB value is (81,21,112). Sum of RGB (Red+Green+Blue) = 81+21+112=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #511570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511570 is #AEEA8F. Grayscale: #313131. Windows color (decimal): -11463312 or 7345489. OLE color: 7345489.

HSL color Cylindrical-coordinate representation of color #511570: hue angle of 279.56º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #511570 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8121112-
CMYK0.280.8100.56
HSL279.56º68.42%26.08%-
HSV(B)279.56º81.25%43.92%-
XYZ6.593.4615.65-
YUV49.31163.38150.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.85%
GREEN value IS 21 (8.59% from 255) = 9.81%
BLUE value IS 112 (44.14% from 255) = 52.34%
R=37.85%
G=9.81%
B=52.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81211120.280.8100.56279.5668.4226.08
Hex5115701C51038118441a
Octal121251603412107043010432
Binary10100011010111100001110010100010111000100011000100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511570; }

 p { color: rgb(81,21,112); }

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

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

 a { background-color: rgb(81,21,112); }

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

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

 span { border-color: rgb(81,21,112); }

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