Html Css Color HEX #501074 Indigo

📋 copy color: '#501074'

red 80 ◦ green 16 ◦ blue 116

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

Shades of Indigo #501074

Tints of Indigo #501074

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.55%

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

R = 37.74%
G = 7.55%
B = 54.72%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#501074 (or 0x501074) is known color: Indigo. HEX triplet: 50, 10 and 74. RGB value is (80,16,116). Sum of RGB (Red+Green+Blue) = 80+16+116=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 116 (45.70% from 255 or 54.72% from 212); Max value from RGB is 116 - color contains mainly: blue. Hex color #501074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501074 is #AFEF8B. Grayscale: #2E2E2E. Windows color (decimal): -11530124 or 7606352. OLE color: 7606352.

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

Color convert

RGB 80 16 116 -
CMYK 0.31 0.86 0 0.55
HSL 278.4º 0.76% 0.26% -
HSV(B) 278.4º 0.86% 0.45% -
XYZ 6.65 3.34 16.82 -
YUV 46.54 167.2 151.87 -
System Red Green Blue C M Y K H S L
Decimal 80 16 116 0.31 0.86 0 0.55 278.4 0.76 0.26
Hex 50 10 74 1F 56 0 37 116 4C 1A
Octal 120 20 164 37 126 0 67 426 114 32
Binary 1010000 10000 1110100 11111 1010110 0 110111 100010110 1001100 11010

Color Harmonies of #501074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501074

Black with #501074

Text Example


Text Example

White with #501074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501074; }

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

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

background-color css

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

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

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

border-color css

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

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

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