#510464

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

Shades of Indigo #510464

Tints of Indigo #510464

Color information

#510464 (or 0x510464) is unknown color: approx Indigo. HEX triplet: 51, 04 and 64. RGB value is (81,4,100). Sum of RGB (Red+Green+Blue) = 81+4+100=185 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.78% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 100 (39.45% from 255 or 54.05% from 185); Max value from RGB is 100 - color contains mainly: blue. Hex color #510464 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510464 is #AEFB9B. Grayscale: #252525. Windows color (decimal): -11467676 or 6554705. OLE color: 6554705.

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

Color convert

RGB814100-
CMYK0.190.9600.61
HSL288.12º92.31%20.39%-
HSV(B)288.12º96%39.22%-
XYZ5.742.7612.29-
YUV37.97163.01158.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.78%
GREEN value IS 4 (1.95% from 255) = 2.16%
BLUE value IS 100 (39.45% from 255) = 54.05%
R=43.78%
G=2.16%
B=54.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8141000.190.9600.61288.1292.3120.39
Hex51464136003D1205c14
Octal12141442314007544013424
Binary101000110011001001001111000000111101100100000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510464; }

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

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

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

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

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

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

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

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