#510460

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

Shades of Indigo #510460

Tints of Indigo #510460

Color information

#510460 (or 0x510460) is unknown color: approx Indigo. HEX triplet: 51, 04 and 60. RGB value is (81,4,96). Sum of RGB (Red+Green+Blue) = 81+4+96=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #510460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510460 is #AEFB9F. Grayscale: #252525. Windows color (decimal): -11467680 or 6292561. OLE color: 6292561.

HSL color Cylindrical-coordinate representation of color #510460: hue angle of 290.22º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #510460 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB81496-
CMYK0.160.9600.62
HSL290.22º92%19.61%-
HSV(B)290.22º95.83%37.65%-
XYZ5.552.6811.29-
YUV37.51161.01159.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.75%
GREEN value IS 4 (1.95% from 255) = 2.21%
BLUE value IS 96 (37.89% from 255) = 53.04%
R=44.75%
G=2.21%
B=53.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal814960.160.9600.62290.229219.61
Hex51460106003E1225c14
Octal12141402014007644213424
Binary101000110011000001000011000000111110100100010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510460; }

 p { color: rgb(81,4,96); }

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

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

 a { background-color: rgb(81,4,96); }

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

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

 span { border-color: rgb(81,4,96); }

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