#501792

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

Shades of Indigo #501792

Tints of Indigo #501792

Color information

#501792 (or 0x501792) is unknown color: approx Indigo. HEX triplet: 50, 17 and 92. RGB value is (80,23,146). Sum of RGB (Red+Green+Blue) = 80+23+146=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #501792 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501792 is #AFE86D. Grayscale: #353535. Windows color (decimal): -11528302 or 9574224. OLE color: 9574224.

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

Color convert

RGB8023146-
CMYK0.450.8400.43
HSL267.8º72.78%33.14%-
HSV(B)267.8º84.25%57.25%-
XYZ8.84.3927.58-
YUV54.06179.88146.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.13%
GREEN value IS 23 (9.38% from 255) = 9.24%
BLUE value IS 146 (57.42% from 255) = 58.63%
R=32.13%
G=9.24%
B=58.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal80231460.450.8400.43267.872.7833.14
Hex5017922D5402B10c4921
Octal120272225512405341411141
Binary10100001011110010010101101101010001010111000011001001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501792; }

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

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

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

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

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

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

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

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