#510F6E

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

Shades of Indigo #510F6E

Tints of Indigo #510F6E

Color information

#510F6E (or 0x510F6E) is unknown color: approx Indigo. HEX triplet: 51, 0F and 6E. RGB value is (81,15,110). Sum of RGB (Red+Green+Blue) = 81+15+110=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #510F6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510F6E is #AEF091. Grayscale: #2D2D2D. Windows color (decimal): -11464850 or 7212881. OLE color: 7212881.

HSL color Cylindrical-coordinate representation of color #510F6E: hue angle of 281.68º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #510F6E is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8115110-
CMYK0.260.8600.57
HSL281.68º76%24.51%-
HSV(B)281.68º86.36%43.14%-
XYZ6.383.2215.04-
YUV45.56164.37153.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.32%
GREEN value IS 15 (6.25% from 255) = 7.28%
BLUE value IS 110 (43.36% from 255) = 53.40%
R=39.32%
G=7.28%
B=53.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81151100.260.8600.57281.687624.51
Hex51F6E1A5603911a4c19
Octal121171563212607143211431
Binary1010001111111011101101010101100111001100011010100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,15,110); }

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

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

 a { background-color: rgb(81,15,110); }

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

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

 span { border-color: rgb(81,15,110); }

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