Html Css Color HEX #501990 Indigo

📋 copy color: '#501990'

red 80 ◦ green 25 ◦ blue 144

#501990
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #501990

Tints of Indigo #501990

RGB

 RED value IS 80 (31.64% from 255) = 32.13%

 GREEN value IS 25 (10.16% from 255) = 10.04%

 BLUE value IS 144 (56.64% from 255) = 57.83%

R = 32.13%
G = 10.04%
B = 57.83%

CMYK

 C value IS 0.44

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#501990 (or 0x501990) is known color: Indigo. HEX triplet: 50, 19 and 90. RGB value is (80,25,144). Sum of RGB (Red+Green+Blue) = 80+25+144=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #501990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501990 is #AFE66F. Grayscale: #363636. Windows color (decimal): -11527792 or 9443664. OLE color: 9443664.

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

Color convert

RGB 80 25 144 -
CMYK 0.44 0.83 0 0.44
HSL 267.73º 0.7% 0.33% -
HSV(B) 267.73º 0.83% 0.56% -
XYZ 8.69 4.41 26.78 -
YUV 55.01 178.22 145.82 -
System Red Green Blue C M Y K H S L
Decimal 80 25 144 0.44 0.83 0 0.44 267.73 0.7 0.33
Hex 50 19 90 2C 53 0 2C 10C 46 21
Octal 120 31 220 54 123 0 54 414 106 41
Binary 1010000 11001 10010000 101100 1010011 0 101100 100001100 1000110 100001

Color Harmonies of #501990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501990

Black with #501990

Text Example


Text Example

White with #501990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501990; }

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

 H1.HeaderClassName
 {
   color: #501990;
 }
 .AnyTagClassName
 {
   color: #501990;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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