#511069

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

Shades of Indigo #511069

Tints of Indigo #511069

Color information

#511069 (or 0x511069) is unknown color: approx Indigo. HEX triplet: 51, 10 and 69. RGB value is (81,16,105). Sum of RGB (Red+Green+Blue) = 81+16+105=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 105 (41.41% from 255 or 51.98% from 202); Max value from RGB is 105 - color contains mainly: blue. Hex color #511069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511069 is #AEEF96. Grayscale: #2D2D2D. Windows color (decimal): -11464599 or 6885457. OLE color: 6885457.

HSL color Cylindrical-coordinate representation of color #511069: hue angle of 283.82º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #511069 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8116105-
CMYK0.230.8500.59
HSL283.82º73.55%23.73%-
HSV(B)283.82º84.76%41.18%-
XYZ6.133.1413.65-
YUV45.58161.53153.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.10%
GREEN value IS 16 (6.64% from 255) = 7.92%
BLUE value IS 105 (41.41% from 255) = 51.98%
R=40.10%
G=7.92%
B=51.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81161050.230.8500.59283.8273.5523.73
Hex511069175503B11c4a18
Octal121201512712507343411230
Binary10100011000011010011011110101010111011100011100100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511069; }

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

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

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

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

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

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

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

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