#501475

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

Shades of Indigo #501475

Tints of Indigo #501475

Color information

#501475 (or 0x501475) is unknown color: approx Indigo. HEX triplet: 50, 14 and 75. RGB value is (80,20,117). Sum of RGB (Red+Green+Blue) = 80+20+117=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #501475 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501475 is #AFEB8A. Grayscale: #303030. Windows color (decimal): -11529099 or 7672912. OLE color: 7672912.

HSL color Cylindrical-coordinate representation of color #501475: hue angle of 277.11º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #501475 is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8020117-
CMYK0.320.8300.54
HSL277.11º70.8%26.86%-
HSV(B)277.11º82.91%45.88%-
XYZ6.773.4917.15-
YUV49166.38150.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.87%
GREEN value IS 20 (8.20% from 255) = 9.22%
BLUE value IS 117 (46.09% from 255) = 53.92%
R=36.87%
G=9.22%
B=53.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80201170.320.8300.54277.1170.826.86
Hex5014752053036115471b
Octal120241654012306642510733
Binary101000010100111010110000010100110110110100010101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501475; }

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

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

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

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

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

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

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

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