#501582

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

Shades of Indigo #501582

Tints of Indigo #501582

Color information

#501582 (or 0x501582) is unknown color: approx Indigo. HEX triplet: 50, 15 and 82. RGB value is (80,21,130). Sum of RGB (Red+Green+Blue) = 80+21+130=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 130 (51.17% from 255 or 56.28% from 231); Max value from RGB is 130 - color contains mainly: blue. Hex color #501582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501582 is #AFEA7D. Grayscale: #323232. Windows color (decimal): -11528830 or 8525136. OLE color: 8525136.

HSL color Cylindrical-coordinate representation of color #501582: hue angle of 272.48º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #501582 is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8021130-
CMYK0.380.8400.49
HSL272.48º72.19%29.61%-
HSV(B)272.48º83.85%50.98%-
XYZ7.613.8521.46-
YUV51.07172.55148.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.63%
GREEN value IS 21 (8.59% from 255) = 9.09%
BLUE value IS 130 (51.17% from 255) = 56.28%
R=34.63%
G=9.09%
B=56.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80211300.380.8400.49272.4872.1929.61
Hex5015822654031110481e
Octal120252024612406142011036
Binary1010000101011000001010011010101000110001100010000100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501582; }

 p { color: rgb(80,21,130); }

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

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

 a { background-color: rgb(80,21,130); }

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

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

 span { border-color: rgb(80,21,130); }

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