Html Css Color HEX #501493 Indigo

📋 copy color: '#501493'

red 80 ◦ green 20 ◦ blue 147

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

Shades of Indigo #501493

Tints of Indigo #501493

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.1%

 BLUE value IS 147 (57.81% from 255) = 59.51%

R = 32.39%
G = 8.1%
B = 59.51%

CMYK

 C value IS 0.46

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#501493 (or 0x501493) is known color: Indigo. HEX triplet: 50, 14 and 93. RGB value is (80,20,147). Sum of RGB (Red+Green+Blue) = 80+20+147=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 147 (57.81% from 255 or 59.51% from 247); Max value from RGB is 147 - color contains mainly: blue. Hex color #501493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501493 is #AFEB6C. Grayscale: #333333. Windows color (decimal): -11529069 or 9638992. OLE color: 9638992.

HSL color Cylindrical-coordinate representation of color #501493: hue angle of 268.35º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501493 is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 20 147 -
CMYK 0.46 0.86 0 0.42
HSL 268.35º 0.76% 0.33% -
HSV(B) 268.35º 0.86% 0.58% -
XYZ 8.82 4.31 27.97 -
YUV 52.42 181.38 147.67 -
System Red Green Blue C M Y K H S L
Decimal 80 20 147 0.46 0.86 0 0.42 268.35 0.76 0.33
Hex 50 14 93 2E 56 0 2A 10C 4C 21
Octal 120 24 223 56 126 0 52 414 114 41
Binary 1010000 10100 10010011 101110 1010110 0 101010 100001100 1001100 100001

Color Harmonies of #501493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501493

Black with #501493

Text Example


Text Example

White with #501493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501493; }

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

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

background-color css

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

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

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

border-color css

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

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

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