#5015A2

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

Shades of Indigo #5015A2

Tints of Indigo #5015A2

Color information

#5015A2 (or 0x5015A2) is unknown color: approx Indigo. HEX triplet: 50, 15 and A2. RGB value is (80,21,162). Sum of RGB (Red+Green+Blue) = 80+21+162=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 162 (63.67% from 255 or 61.60% from 263); Max value from RGB is 162 - color contains mainly: blue. Hex color #5015A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5015A2 is #AFEA5D. Grayscale: #363636. Windows color (decimal): -11528798 or 10622288. OLE color: 10622288.

HSL color Cylindrical-coordinate representation of color #5015A2: hue angle of 265.11º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5015A2 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8021162-
CMYK0.510.8700.36
HSL265.11º77.05%35.88%-
HSV(B)265.11º87.04%63.53%-
XYZ10.14.8534.59-
YUV54.72188.55146.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.42%
GREEN value IS 21 (8.59% from 255) = 7.98%
BLUE value IS 162 (63.67% from 255) = 61.60%
R=30.42%
G=7.98%
B=61.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal80211620.510.8700.36265.1177.0535.88
Hex5015A233570241094d24
Octal120252426312704441111544
Binary10100001010110100010110011101011101001001000010011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5015A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5015A2; }

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

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

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

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

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

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

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

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