#510d8f

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

Shades of Indigo #510D8F

Tints of Indigo #510D8F

Color information

#510D8F (or 0x510D8F) is unknown color: approx Indigo. HEX triplet: 51, 0D and 8F. RGB value is (81,13,143). Sum of RGB (Red+Green+Blue) = 81+13+143=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 143 (56.25% from 255 or 60.34% from 237); Max value from RGB is 143 - color contains mainly: blue. Hex color #510D8F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510D8F is #AEF270. Grayscale: #2F2F2F. Windows color (decimal): -11465329 or 9375057. OLE color: 9375057.

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

Color convert

RGB8113143-
CMYK0.430.9100.44
HSL271.38º83.33%30.59%-
HSV(B)271.38º90.91%56.08%-
XYZ8.54.0226.31-
YUV48.15181.53151.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.18%
GREEN value IS 13 (5.47% from 255) = 5.49%
BLUE value IS 143 (56.25% from 255) = 60.34%
R=34.18%
G=5.49%
B=60.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81131430.430.9100.44271.3883.3330.59
Hex51D8F2B5B02C10f531f
Octal121152175313305441712337
Binary101000111011000111110101110110110101100100001111101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510d8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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