#501592

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

Shades of Indigo #501592

Tints of Indigo #501592

Color information

#501592 (or 0x501592) is unknown color: approx Indigo. HEX triplet: 50, 15 and 92. RGB value is (80,21,146). Sum of RGB (Red+Green+Blue) = 80+21+146=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #501592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501592 is #AFEA6D. Grayscale: #343434. Windows color (decimal): -11528814 or 9573712. OLE color: 9573712.

HSL color Cylindrical-coordinate representation of color #501592: hue angle of 268.32º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501592 is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8021146-
CMYK0.450.8600.43
HSL268.32º74.85%32.75%-
HSV(B)268.32º85.62%57.25%-
XYZ8.764.3227.57-
YUV52.89180.55147.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.39%
GREEN value IS 21 (8.59% from 255) = 8.50%
BLUE value IS 146 (57.42% from 255) = 59.11%
R=32.39%
G=8.50%
B=59.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80211460.450.8600.43268.3274.8532.75
Hex5015922D5602B10c4b21
Octal120252225512605341411341
Binary10100001010110010010101101101011001010111000011001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501592; }

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

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

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

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

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

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

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

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