Html Css Color HEX #500379 Indigo

📋 copy color: '#500379'

red 80 ◦ green 3 ◦ blue 121

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

Shades of Indigo #500379

Tints of Indigo #500379

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.47%

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

R = 39.22%
G = 1.47%
B = 59.31%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#500379 (or 0x500379) is known color: Indigo. HEX triplet: 50, 03 and 79. RGB value is (80,3,121). Sum of RGB (Red+Green+Blue) = 80+3+121=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 121 (47.66% from 255 or 59.31% from 204); Max value from RGB is 121 - color contains mainly: blue. Hex color #500379 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500379 is #AFFC86. Grayscale: #272727. Windows color (decimal): -11533447 or 7930704. OLE color: 7930704.

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

Color convert

RGB 80 3 121 -
CMYK 0.34 0.98 0 0.53
HSL 279.15º 0.95% 0.24% -
HSV(B) 279.15º 0.98% 0.47% -
XYZ 6.79 3.15 18.34 -
YUV 39.48 174.01 156.91 -
System Red Green Blue C M Y K H S L
Decimal 80 3 121 0.34 0.98 0 0.53 279.15 0.95 0.24
Hex 50 3 79 22 62 0 35 117 5F 18
Octal 120 3 171 42 142 0 65 427 137 30
Binary 1010000 11 1111001 100010 1100010 0 110101 100010111 1011111 11000

Color Harmonies of #500379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500379

Black with #500379

Text Example


Text Example

White with #500379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500379; }

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

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

background-color css

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

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

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

border-color css

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

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

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