#510062

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

Shades of Indigo #510062

Tints of Indigo #510062

Color information

#510062 (or 0x510062) is unknown color: approx Indigo. HEX triplet: 51, 00 and 62. RGB value is (81,0,98). Sum of RGB (Red+Green+Blue) = 81+0+98=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #510062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510062 is #AEFF9D. Grayscale: #232323. Windows color (decimal): -11468702 or 6422609. OLE color: 6422609.

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

Color convert

RGB81098-
CMYK0.17100.62
HSL289.59º100%19.22%-
HSV(B)289.59º100%38.43%-
XYZ5.62.6311.77-
YUV35.39163.34160.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 98 (38.67% from 255) = 54.75%
R=45.25%
G=0%
B=54.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal810980.17100.62289.5910019.22
Hex51062116403E1226413
Octal12101422114407644214423
Binary1010001011000101000111001000111110100100010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510062; }

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

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

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

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

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

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

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

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