#510a9a

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

Shades of Indigo #510A9A

Tints of Indigo #510A9A

Color information

#510A9A (or 0x510A9A) is unknown color: approx Indigo. HEX triplet: 51, 0A and 9A. RGB value is (81,10,154). Sum of RGB (Red+Green+Blue) = 81+10+154=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 154 (60.55% from 255 or 62.86% from 245); Max value from RGB is 154 - color contains mainly: blue. Hex color #510A9A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510A9A is #AEF565. Grayscale: #2F2F2F. Windows color (decimal): -11466086 or 10095185. OLE color: 10095185.

HSL color Cylindrical-coordinate representation of color #510A9A: hue angle of 269.58º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510A9A is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8110154-
CMYK0.470.9400.40
HSL269.58º87.8%32.16%-
HSV(B)269.58º93.51%60.39%-
XYZ9.334.330.91-
YUV47.64188.02151.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.06%
GREEN value IS 10 (4.30% from 255) = 4.08%
BLUE value IS 154 (60.55% from 255) = 62.86%
R=33.06%
G=4.08%
B=62.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81101540.470.9400.40269.5887.832.16
Hex51A9A2F5E02810e5820
Octal121122325713605041613040
Binary1010001101010011010101111101111001010001000011101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510a9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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