Html Css Color HEX #501679 Indigo

📋 copy color: '#501679'

red 80 ◦ green 22 ◦ blue 121

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

Shades of Indigo #501679

Tints of Indigo #501679

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.87%

 BLUE value IS 121 (47.66% from 255) = 54.26%

R = 35.87%
G = 9.87%
B = 54.26%

CMYK

 C value IS 0.34

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#501679 (or 0x501679) is known color: Indigo. HEX triplet: 50, 16 and 79. RGB value is (80,22,121). Sum of RGB (Red+Green+Blue) = 80+22+121=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #501679 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501679 is #AFE986. Grayscale: #323232. Windows color (decimal): -11528583 or 7935568. OLE color: 7935568.

HSL color Cylindrical-coordinate representation of color #501679: hue angle of 275.15º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501679 is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 22 121 -
CMYK 0.34 0.82 0 0.53
HSL 275.15º 0.69% 0.28% -
HSV(B) 275.15º 0.82% 0.47% -
XYZ 7.05 3.66 18.42 -
YUV 50.63 167.72 148.95 -
System Red Green Blue C M Y K H S L
Decimal 80 22 121 0.34 0.82 0 0.53 275.15 0.69 0.28
Hex 50 16 79 22 52 0 35 113 45 1C
Octal 120 26 171 42 122 0 65 423 105 34
Binary 1010000 10110 1111001 100010 1010010 0 110101 100010011 1000101 11100

Color Harmonies of #501679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501679

Black with #501679

Text Example


Text Example

White with #501679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501679; }

 p { color: rgb(80,22,121); }

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

background-color css

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

 a { background-color: rgb(80,22,121); }

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

border-color css

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

 span { border-color: rgb(80,22,121); }

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