#510596

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

Shades of Indigo #510596

Tints of Indigo #510596

Color information

#510596 (or 0x510596) is unknown color: approx Indigo. HEX triplet: 51, 05 and 96. RGB value is (81,5,150). Sum of RGB (Red+Green+Blue) = 81+5+150=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 150 (58.98% from 255 or 63.56% from 236); Max value from RGB is 150 - color contains mainly: blue. Hex color #510596 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510596 is #AEFA69. Grayscale: #2B2B2B. Windows color (decimal): -11467370 or 9831761. OLE color: 9831761.

HSL color Cylindrical-coordinate representation of color #510596: hue angle of 271.45º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #510596 is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB815150-
CMYK0.460.9700.41
HSL271.45º93.55%30.39%-
HSV(B)271.45º96.67%58.82%-
XYZ8.954.0629.17-
YUV44.25187.68154.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.32%
GREEN value IS 5 (2.34% from 255) = 2.12%
BLUE value IS 150 (58.98% from 255) = 63.56%
R=34.32%
G=2.12%
B=63.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8151500.460.9700.41271.4593.5530.39
Hex515962E6102910f5e1e
Octal12152265614105141713636
Binary10100011011001011010111011000010101001100001111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510596; }

 p { color: rgb(81,5,150); }

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

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

 a { background-color: rgb(81,5,150); }

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

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

 span { border-color: rgb(81,5,150); }

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