#510962

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

Shades of Indigo #510962

Tints of Indigo #510962

Color information

#510962 (or 0x510962) is unknown color: approx Indigo. HEX triplet: 51, 09 and 62. RGB value is (81,9,98). Sum of RGB (Red+Green+Blue) = 81+9+98=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #510962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510962 is #AEF69D. Grayscale: #282828. Windows color (decimal): -11466398 or 6424913. OLE color: 6424913.

HSL color Cylindrical-coordinate representation of color #510962: hue angle of 288.54º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #510962 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB81998-
CMYK0.170.9100.62
HSL288.54º83.18%20.98%-
HSV(B)288.54º90.82%38.43%-
XYZ5.72.8311.8-
YUV40.67160.35156.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.09%
GREEN value IS 9 (3.91% from 255) = 4.79%
BLUE value IS 98 (38.67% from 255) = 52.13%
R=43.09%
G=4.79%
B=52.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal819980.170.9100.62288.5483.1820.98
Hex51962115B03E1215315
Octal121111422113307644112325
Binary1010001100111000101000110110110111110100100001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510962; }

 p { color: rgb(81,9,98); }

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

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

 a { background-color: rgb(81,9,98); }

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

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

 span { border-color: rgb(81,9,98); }

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