Html Css Color HEX #501391 Indigo

📋 copy color: '#501391'

red 80 ◦ green 19 ◦ blue 145

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

Shades of Indigo #501391

Tints of Indigo #501391

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.79%

 BLUE value IS 145 (57.03% from 255) = 59.43%

R = 32.79%
G = 7.79%
B = 59.43%

CMYK

 C value IS 0.45

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#501391 (or 0x501391) is known color: Indigo. HEX triplet: 50, 13 and 91. RGB value is (80,19,145). Sum of RGB (Red+Green+Blue) = 80+19+145=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 145 (57.03% from 255 or 59.43% from 244); Max value from RGB is 145 - color contains mainly: blue. Hex color #501391 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501391 is #AFEC6E. Grayscale: #333333. Windows color (decimal): -11529327 or 9507664. OLE color: 9507664.

HSL color Cylindrical-coordinate representation of color #501391: hue angle of 269.05º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #501391 is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 19 145 -
CMYK 0.45 0.87 0 0.43
HSL 269.05º 0.77% 0.32% -
HSV(B) 269.05º 0.87% 0.57% -
XYZ 8.65 4.22 27.15 -
YUV 51.6 180.71 148.25 -
System Red Green Blue C M Y K H S L
Decimal 80 19 145 0.45 0.87 0 0.43 269.05 0.77 0.32
Hex 50 13 91 2D 57 0 2B 10D 4D 20
Octal 120 23 221 55 127 0 53 415 115 40
Binary 1010000 10011 10010001 101101 1010111 0 101011 100001101 1001101 100000

Color Harmonies of #501391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501391

Black with #501391

Text Example


Text Example

White with #501391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501391; }

 p { color: rgb(80,19,145); }

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

background-color css

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

 a { background-color: rgb(80,19,145); }

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

border-color css

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

 span { border-color: rgb(80,19,145); }

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