Html Css Color HEX #501380 Indigo

📋 copy color: '#501380'

red 80 ◦ green 19 ◦ blue 128

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

Shades of Indigo #501380

Tints of Indigo #501380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.37%

 BLUE value IS 128 (50.39% from 255) = 56.39%

R = 35.24%
G = 8.37%
B = 56.39%

CMYK

 C value IS 0.38

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#501380 (or 0x501380) is known color: Indigo. HEX triplet: 50, 13 and 80. RGB value is (80,19,128). Sum of RGB (Red+Green+Blue) = 80+19+128=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 128 (50.39% from 255 or 56.39% from 227); Max value from RGB is 128 - color contains mainly: blue. Hex color #501380 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501380 is #AFEC7F. Grayscale: #313131. Windows color (decimal): -11529344 or 8393552. OLE color: 8393552.

HSL color Cylindrical-coordinate representation of color #501380: hue angle of 273.58º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #501380 is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 19 128 -
CMYK 0.38 0.85 0 0.50
HSL 273.58º 0.74% 0.29% -
HSV(B) 273.58º 0.85% 0.5% -
XYZ 7.44 3.73 20.75 -
YUV 49.67 172.21 149.64 -
System Red Green Blue C M Y K H S L
Decimal 80 19 128 0.38 0.85 0 0.50 273.58 0.74 0.29
Hex 50 13 80 26 55 0 32 112 4A 1D
Octal 120 23 200 46 125 0 62 422 112 35
Binary 1010000 10011 10000000 100110 1010101 0 110010 100010010 1001010 11101

Color Harmonies of #501380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501380

Black with #501380

Text Example


Text Example

White with #501380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501380; }

 p { color: rgb(80,19,128); }

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

background-color css

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

 a { background-color: rgb(80,19,128); }

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

border-color css

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

 span { border-color: rgb(80,19,128); }

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