#510162

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

Shades of Indigo #510162

Tints of Indigo #510162

Color information

#510162 (or 0x510162) is unknown color: approx Indigo. HEX triplet: 51, 01 and 62. RGB value is (81,1,98). Sum of RGB (Red+Green+Blue) = 81+1+98=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 98 (38.67% from 255 or 54.44% from 180); Max value from RGB is 98 - color contains mainly: blue. Hex color #510162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510162 is #AEFE9D. Grayscale: #232323. Windows color (decimal): -11468446 or 6422865. OLE color: 6422865.

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

Color convert

RGB81198-
CMYK0.170.9900.62
HSL289.48º97.98%19.41%-
HSV(B)289.48º98.98%38.43%-
XYZ5.612.6511.77-
YUV35.98163160.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 98 (38.67% from 255) = 54.44%
R=45%
G=0.56%
B=54.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal811980.170.9900.62289.4897.9819.41
Hex51162116303E1216213
Octal12111422114307644114223
Binary1010001111000101000111000110111110100100001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510162; }

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

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

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

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

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

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

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

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