#511070

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

Shades of Indigo #511070

Tints of Indigo #511070

Color information

#511070 (or 0x511070) is unknown color: approx Indigo. HEX triplet: 51, 10 and 70. RGB value is (81,16,112). Sum of RGB (Red+Green+Blue) = 81+16+112=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #511070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511070 is #AEEF8F. Grayscale: #2E2E2E. Windows color (decimal): -11464592 or 7344209. OLE color: 7344209.

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

Color convert

RGB8116112-
CMYK0.280.8600.56
HSL280.62º75%25.1%-
HSV(B)280.62º85.71%43.92%-
XYZ6.53.2915.62-
YUV46.38165.03152.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.76%
GREEN value IS 16 (6.64% from 255) = 7.66%
BLUE value IS 112 (44.14% from 255) = 53.59%
R=38.76%
G=7.66%
B=53.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81161120.280.8600.56280.627525.1
Hex5110701C560381194b19
Octal121201603412607043111331
Binary10100011000011100001110010101100111000100011001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511070; }

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

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

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

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

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

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

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

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