#501289

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

Shades of Indigo #501289

Tints of Indigo #501289

Color information

#501289 (or 0x501289) is unknown color: approx Indigo. HEX triplet: 50, 12 and 89. RGB value is (80,18,137). Sum of RGB (Red+Green+Blue) = 80+18+137=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 137 (53.91% from 255 or 58.30% from 235); Max value from RGB is 137 - color contains mainly: blue. Hex color #501289 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501289 is #AFED76. Grayscale: #313131. Windows color (decimal): -11529591 or 8983120. OLE color: 8983120.

HSL color Cylindrical-coordinate representation of color #501289: hue angle of 271.26º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #501289 is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8018137-
CMYK0.420.8700.46
HSL271.26º76.77%30.39%-
HSV(B)271.26º86.86%53.73%-
XYZ8.043.9424-
YUV50.1177.04149.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.04%
GREEN value IS 18 (7.42% from 255) = 7.66%
BLUE value IS 137 (53.91% from 255) = 58.30%
R=34.04%
G=7.66%
B=58.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80181370.420.8700.46271.2676.7730.39
Hex5012892A5702E10f4d1e
Octal120222115212705641711536
Binary1010000100101000100110101010101110101110100001111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501289; }

 p { color: rgb(80,18,137); }

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

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

 a { background-color: rgb(80,18,137); }

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

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

 span { border-color: rgb(80,18,137); }

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