Html Css Color HEX #501793 Indigo

📋 copy color: '#501793'

red 80 ◦ green 23 ◦ blue 147

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

Shades of Indigo #501793

Tints of Indigo #501793

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.2%

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

R = 32%
G = 9.2%
B = 58.8%

CMYK

 C value IS 0.46

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#501793 (or 0x501793) is known color: Indigo. HEX triplet: 50, 17 and 93. RGB value is (80,23,147). Sum of RGB (Red+Green+Blue) = 80+23+147=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #501793 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501793 is #AFE86C. Grayscale: #353535. Windows color (decimal): -11528301 or 9639760. OLE color: 9639760.

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

Color convert

RGB 80 23 147 -
CMYK 0.46 0.84 0 0.42
HSL 267.58º 0.73% 0.33% -
HSV(B) 267.58º 0.84% 0.58% -
XYZ 8.88 4.42 27.99 -
YUV 54.18 180.38 146.42 -
System Red Green Blue C M Y K H S L
Decimal 80 23 147 0.46 0.84 0 0.42 267.58 0.73 0.33
Hex 50 17 93 2E 54 0 2A 10C 49 21
Octal 120 27 223 56 124 0 52 414 111 41
Binary 1010000 10111 10010011 101110 1010100 0 101010 100001100 1001001 100001

Color Harmonies of #501793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501793

Black with #501793

Text Example


Text Example

White with #501793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501793; }

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

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

background-color css

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

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

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

border-color css

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

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

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