#501480

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

Shades of Indigo #501480

Tints of Indigo #501480

Color information

#501480 (or 0x501480) is unknown color: approx Indigo. HEX triplet: 50, 14 and 80. RGB value is (80,20,128). Sum of RGB (Red+Green+Blue) = 80+20+128=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 128 (50.39% from 255 or 56.14% from 228); Max value from RGB is 128 - color contains mainly: blue. Hex color #501480 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501480 is #AFEB7F. Grayscale: #313131. Windows color (decimal): -11529088 or 8393808. OLE color: 8393808.

HSL color Cylindrical-coordinate representation of color #501480: hue angle of 273.33º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #501480 is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8020128-
CMYK0.380.8400.50
HSL273.33º72.97%29.02%-
HSV(B)273.33º84.38%50.2%-
XYZ7.453.7620.76-
YUV50.25171.88149.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.09%
GREEN value IS 20 (8.20% from 255) = 8.77%
BLUE value IS 128 (50.39% from 255) = 56.14%
R=35.09%
G=8.77%
B=56.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80201280.380.8400.50273.3372.9729.02
Hex5014802654032111491d
Octal120242004612406242111135
Binary1010000101001000000010011010101000110010100010001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501480; }

 p { color: rgb(80,20,128); }

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

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

 a { background-color: rgb(80,20,128); }

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

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

 span { border-color: rgb(80,20,128); }

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