#510B76

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

Shades of Indigo #510B76

Tints of Indigo #510B76

Color information

#510B76 (or 0x510B76) is unknown color: approx Indigo. HEX triplet: 51, 0B and 76. RGB value is (81,11,118). Sum of RGB (Red+Green+Blue) = 81+11+118=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #510B76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510B76 is #AEF489. Grayscale: #2B2B2B. Windows color (decimal): -11465866 or 7736145. OLE color: 7736145.

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

Color convert

RGB8111118-
CMYK0.310.9100.54
HSL279.25º82.95%25.29%-
HSV(B)279.25º90.68%46.27%-
XYZ6.783.317.42-
YUV44.13169.69154.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.57%
GREEN value IS 11 (4.69% from 255) = 5.24%
BLUE value IS 118 (46.48% from 255) = 56.19%
R=38.57%
G=5.24%
B=56.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81111180.310.9100.54279.2582.9525.29
Hex51B761F5B0361175319
Octal121131663713306642712331
Binary1010001101111101101111110110110110110100010111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510B76; }

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

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

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

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

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

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

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

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