#510A7F

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

Shades of Indigo #510A7F

Tints of Indigo #510A7F

Color information

#510A7F (or 0x510A7F) is unknown color: approx Indigo. HEX triplet: 51, 0A and 7F. RGB value is (81,10,127). Sum of RGB (Red+Green+Blue) = 81+10+127=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #510A7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510A7F is #AEF580. Grayscale: #2C2C2C. Windows color (decimal): -11466113 or 8325713. OLE color: 8325713.

HSL color Cylindrical-coordinate representation of color #510A7F: hue angle of 276.41º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #510A7F is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8110127-
CMYK0.360.9200.50
HSL276.41º85.4%26.86%-
HSV(B)276.41º92.13%49.8%-
XYZ7.333.520.37-
YUV44.57174.52153.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.16%
GREEN value IS 10 (4.30% from 255) = 4.59%
BLUE value IS 127 (50% from 255) = 58.26%
R=37.16%
G=4.59%
B=58.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81101270.360.9200.50276.4185.426.86
Hex51A7F245C032114551b
Octal121121774413406242412533
Binary10100011010111111110010010111000110010100010100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,10,127); }

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

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

 a { background-color: rgb(81,10,127); }

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

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

 span { border-color: rgb(81,10,127); }

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