#510076

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

Shades of Indigo #510076

Tints of Indigo #510076

Color information

#510076 (or 0x510076) is unknown color: approx Indigo. HEX triplet: 51, 00 and 76. RGB value is (81,0,118). Sum of RGB (Red+Green+Blue) = 81+0+118=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 118 (46.48% from 255 or 59.30% from 199); Max value from RGB is 118 - color contains mainly: blue. Hex color #510076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510076 is #AEFF89. Grayscale: #252525. Windows color (decimal): -11468682 or 7733329. OLE color: 7733329.

HSL color Cylindrical-coordinate representation of color #510076: hue angle of 281.19º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #510076 is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB810118-
CMYK0.31100.54
HSL281.19º100%23.14%-
HSV(B)281.19º100%46.27%-
XYZ6.663.0617.38-
YUV37.67173.34158.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 59.30%
R=40.70%
G=0%
B=59.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8101180.31100.54281.1910023.14
Hex510761F640361196417
Octal12101663714406643114427
Binary1010001011101101111111001000110110100011001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510076; }

 p { color: rgb(81,0,118); }

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

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

 a { background-color: rgb(81,0,118); }

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

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

 span { border-color: rgb(81,0,118); }

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