Html Css Color HEX #501581 Indigo

📋 copy color: '#501581'

red 80 ◦ green 21 ◦ blue 129

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

Shades of Indigo #501581

Tints of Indigo #501581

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.13%

 BLUE value IS 129 (50.78% from 255) = 56.09%

R = 34.78%
G = 9.13%
B = 56.09%

CMYK

 C value IS 0.38

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#501581 (or 0x501581) is known color: Indigo. HEX triplet: 50, 15 and 81. RGB value is (80,21,129). Sum of RGB (Red+Green+Blue) = 80+21+129=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 129 (50.78% from 255 or 56.09% from 230); Max value from RGB is 129 - color contains mainly: blue. Hex color #501581 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501581 is #AFEA7E. Grayscale: #323232. Windows color (decimal): -11528831 or 8459600. OLE color: 8459600.

HSL color Cylindrical-coordinate representation of color #501581: hue angle of 272.78º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #501581 is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 21 129 -
CMYK 0.38 0.84 0 0.49
HSL 272.78º 0.72% 0.29% -
HSV(B) 272.78º 0.84% 0.51% -
XYZ 7.54 3.83 21.11 -
YUV 50.95 172.05 148.72 -
System Red Green Blue C M Y K H S L
Decimal 80 21 129 0.38 0.84 0 0.49 272.78 0.72 0.29
Hex 50 15 81 26 54 0 31 111 48 1D
Octal 120 25 201 46 124 0 61 421 110 35
Binary 1010000 10101 10000001 100110 1010100 0 110001 100010001 1001000 11101

Color Harmonies of #501581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501581

Black with #501581

Text Example


Text Example

White with #501581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501581; }

 p { color: rgb(80,21,129); }

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

background-color css

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

 a { background-color: rgb(80,21,129); }

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

border-color css

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

 span { border-color: rgb(80,21,129); }

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