#510D70

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

Shades of Indigo #510D70

Tints of Indigo #510D70

Color information

#510D70 (or 0x510D70) is unknown color: approx Indigo. HEX triplet: 51, 0D and 70. RGB value is (81,13,112). Sum of RGB (Red+Green+Blue) = 81+13+112=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #510D70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510D70 is #AEF28F. Grayscale: #2C2C2C. Windows color (decimal): -11465360 or 7343441. OLE color: 7343441.

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

Color convert

RGB8113112-
CMYK0.280.8800.56
HSL281.21º79.2%24.51%-
HSV(B)281.21º88.39%43.92%-
XYZ6.463.2115.61-
YUV44.62166.03153.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.32%
GREEN value IS 13 (5.47% from 255) = 6.31%
BLUE value IS 112 (44.14% from 255) = 54.37%
R=39.32%
G=6.31%
B=54.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81131120.280.8800.56281.2179.224.51
Hex51D701C580381194f19
Octal121151603413007043111731
Binary1010001110111100001110010110000111000100011001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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