Html Css Color HEX #501173 Indigo

📋 copy color: '#501173'

red 80 ◦ green 17 ◦ blue 115

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

Shades of Indigo #501173

Tints of Indigo #501173

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.02%

 BLUE value IS 115 (45.31% from 255) = 54.25%

R = 37.74%
G = 8.02%
B = 54.25%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#501173 (or 0x501173) is known color: Indigo. HEX triplet: 50, 11 and 73. RGB value is (80,17,115). Sum of RGB (Red+Green+Blue) = 80+17+115=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #501173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501173 is #AFEE8C. Grayscale: #2E2E2E. Windows color (decimal): -11529869 or 7541072. OLE color: 7541072.

HSL color Cylindrical-coordinate representation of color #501173: hue angle of 278.57º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #501173 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 17 115 -
CMYK 0.30 0.85 0 0.55
HSL 278.57º 0.74% 0.26% -
HSV(B) 278.57º 0.85% 0.45% -
XYZ 6.6 3.34 16.52 -
YUV 47.01 166.37 151.53 -
System Red Green Blue C M Y K H S L
Decimal 80 17 115 0.30 0.85 0 0.55 278.57 0.74 0.26
Hex 50 11 73 1E 55 0 37 117 4A 1A
Octal 120 21 163 36 125 0 67 427 112 32
Binary 1010000 10001 1110011 11110 1010101 0 110111 100010111 1001010 11010

Color Harmonies of #501173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501173

Black with #501173

Text Example


Text Example

White with #501173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501173; }

 p { color: rgb(80,17,115); }

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

background-color css

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

 a { background-color: rgb(80,17,115); }

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

border-color css

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

 span { border-color: rgb(80,17,115); }

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