#501169

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

Shades of Indigo #501169

Tints of Indigo #501169

Color information

#501169 (or 0x501169) is unknown color: approx Indigo. HEX triplet: 50, 11 and 69. RGB value is (80,17,105). Sum of RGB (Red+Green+Blue) = 80+17+105=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 105 (41.41% from 255 or 51.98% from 202); Max value from RGB is 105 - color contains mainly: blue. Hex color #501169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501169 is #AFEE96. Grayscale: #2D2D2D. Windows color (decimal): -11529879 or 6885712. OLE color: 6885712.

HSL color Cylindrical-coordinate representation of color #501169: hue angle of 282.95º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #501169 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8017105-
CMYK0.240.8400.59
HSL282.95º72.13%23.92%-
HSV(B)282.95º83.81%41.18%-
XYZ6.063.1313.65-
YUV45.87161.37152.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.60%
GREEN value IS 17 (7.03% from 255) = 8.42%
BLUE value IS 105 (41.41% from 255) = 51.98%
R=39.60%
G=8.42%
B=51.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80171050.240.8400.59282.9572.1323.92
Hex501169185403B11b4818
Octal120211513012407343311030
Binary10100001000111010011100010101000111011100011011100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501169; }

 p { color: rgb(80,17,105); }

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

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

 a { background-color: rgb(80,17,105); }

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

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

 span { border-color: rgb(80,17,105); }

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