#510762

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

Shades of Indigo #510762

Tints of Indigo #510762

Color information

#510762 (or 0x510762) is unknown color: approx Indigo. HEX triplet: 51, 07 and 62. RGB value is (81,7,98). Sum of RGB (Red+Green+Blue) = 81+7+98=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #510762 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510762 is #AEF89D. Grayscale: #272727. Windows color (decimal): -11466910 or 6424401. OLE color: 6424401.

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

Color convert

RGB81798-
CMYK0.170.9300.62
HSL288.79º86.67%20.59%-
HSV(B)288.79º92.86%38.43%-
XYZ5.672.7811.79-
YUV39.5161.02157.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 43.55%
GREEN value IS 7 (3.12% from 255) = 3.76%
BLUE value IS 98 (38.67% from 255) = 52.69%
R=43.55%
G=3.76%
B=52.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal817980.170.9300.62288.7986.6720.59
Hex51762115D03E1215715
Octal12171422113507644112725
Binary101000111111000101000110111010111110100100001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510762; }

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

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

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

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

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

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

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

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