Html Css Color HEX #501174 Indigo

📋 copy color: '#501174'

red 80 ◦ green 17 ◦ blue 116

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

Shades of Indigo #501174

Tints of Indigo #501174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 54.46%

R = 37.56%
G = 7.98%
B = 54.46%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#501174 (or 0x501174) is known color: Indigo. HEX triplet: 50, 11 and 74. RGB value is (80,17,116). Sum of RGB (Red+Green+Blue) = 80+17+116=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #501174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501174 is #AFEE8B. Grayscale: #2E2E2E. Windows color (decimal): -11529868 or 7606608. OLE color: 7606608.

HSL color Cylindrical-coordinate representation of color #501174: hue angle of 278.18º 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 #501174 is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 17 116 -
CMYK 0.31 0.85 0 0.55
HSL 278.18º 0.74% 0.26% -
HSV(B) 278.18º 0.85% 0.45% -
XYZ 6.66 3.37 16.82 -
YUV 47.12 166.87 151.45 -
System Red Green Blue C M Y K H S L
Decimal 80 17 116 0.31 0.85 0 0.55 278.18 0.74 0.26
Hex 50 11 74 1F 55 0 37 116 4A 1A
Octal 120 21 164 37 125 0 67 426 112 32
Binary 1010000 10001 1110100 11111 1010101 0 110111 100010110 1001010 11010

Color Harmonies of #501174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501174

Black with #501174

Text Example


Text Example

White with #501174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501174; }

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

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

background-color css

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

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

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

border-color css

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

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

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