#501069

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

Shades of Indigo #501069

Tints of Indigo #501069

Color information

#501069 (or 0x501069) is unknown color: approx Indigo. HEX triplet: 50, 10 and 69. RGB value is (80,16,105). Sum of RGB (Red+Green+Blue) = 80+16+105=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #501069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501069 is #AFEF96. Grayscale: #2C2C2C. Windows color (decimal): -11530135 or 6885456. OLE color: 6885456.

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

Color convert

RGB8016105-
CMYK0.240.8500.59
HSL283.15º73.55%23.73%-
HSV(B)283.15º84.76%41.18%-
XYZ6.043.113.64-
YUV45.28161.7152.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.80%
GREEN value IS 16 (6.64% from 255) = 7.96%
BLUE value IS 105 (41.41% from 255) = 52.24%
R=39.80%
G=7.96%
B=52.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80161050.240.8500.59283.1573.5523.73
Hex501069185503B11b4a18
Octal120201513012507343311230
Binary10100001000011010011100010101010111011100011011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501069; }

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

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

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

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

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

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

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

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