#501A90

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

Shades of Indigo #501A90

Tints of Indigo #501A90

Color information

#501A90 (or 0x501A90) is unknown color: approx Indigo. HEX triplet: 50, 1A and 90. RGB value is (80,26,144). Sum of RGB (Red+Green+Blue) = 80+26+144=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #501A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501A90 is #AFE56F. Grayscale: #373737. Windows color (decimal): -11527536 or 9443920. OLE color: 9443920.

HSL color Cylindrical-coordinate representation of color #501A90: hue angle of 267.46º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501A90 is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8026144-
CMYK0.440.8200.44
HSL267.46º69.41%33.33%-
HSV(B)267.46º81.94%56.47%-
XYZ8.714.4626.79-
YUV55.6177.89145.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32%
GREEN value IS 26 (10.55% from 255) = 10.4%
BLUE value IS 144 (56.64% from 255) = 57.6%
R=32%
G=10.4%
B=57.6%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80261440.440.8200.44267.4669.4133.33
Hex501A902C5202C10b4521
Octal120322205412205441310541
Binary10100001101010010000101100101001001011001000010111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501A90; }

 p { color: rgb(80,26,144); }

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

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

 a { background-color: rgb(80,26,144); }

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

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

 span { border-color: rgb(80,26,144); }

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