#510A84

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

Shades of Indigo #510A84

Tints of Indigo #510A84

Color information

#510A84 (or 0x510A84) is unknown color: approx Indigo. HEX triplet: 51, 0A and 84. RGB value is (81,10,132). Sum of RGB (Red+Green+Blue) = 81+10+132=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #510A84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510A84 is #AEF57B. Grayscale: #2C2C2C. Windows color (decimal): -11466108 or 8653393. OLE color: 8653393.

HSL color Cylindrical-coordinate representation of color #510A84: hue angle of 274.92º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #510A84 is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8110132-
CMYK0.390.9200.48
HSL274.92º85.92%27.84%-
HSV(B)274.92º92.42%51.76%-
XYZ7.673.6322.13-
YUV45.14177.02153.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.32%
GREEN value IS 10 (4.30% from 255) = 4.48%
BLUE value IS 132 (51.95% from 255) = 59.19%
R=36.32%
G=4.48%
B=59.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81101320.390.9200.48274.9285.9227.84
Hex51A84275C030113561c
Octal121122044713406042312634
Binary101000110101000010010011110111000110000100010011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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