Html Css Color HEX #501582 Indigo

📋 copy color: '#501582'

red 80 ◦ green 21 ◦ blue 130

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

Shades of Indigo #501582

Tints of Indigo #501582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 56.28%

R = 34.63%
G = 9.09%
B = 56.28%

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

#501582 (or 0x501582) is known color: Indigo. HEX triplet: 50, 15 and 82. RGB value is (80,21,130). Sum of RGB (Red+Green+Blue) = 80+21+130=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 130 (51.17% from 255 or 56.28% from 231); Max value from RGB is 130 - color contains mainly: blue. Hex color #501582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501582 is #AFEA7D. Grayscale: #323232. Windows color (decimal): -11528830 or 8525136. OLE color: 8525136.

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

Color convert

RGB 80 21 130 -
CMYK 0.38 0.84 0 0.49
HSL 272.48º 0.72% 0.3% -
HSV(B) 272.48º 0.84% 0.51% -
XYZ 7.61 3.85 21.46 -
YUV 51.07 172.55 148.64 -
System Red Green Blue C M Y K H S L
Decimal 80 21 130 0.38 0.84 0 0.49 272.48 0.72 0.3
Hex 50 15 82 26 54 0 31 110 48 1E
Octal 120 25 202 46 124 0 61 420 110 36
Binary 1010000 10101 10000010 100110 1010100 0 110001 100010000 1001000 11110

Color Harmonies of #501582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501582

Black with #501582

Text Example


Text Example

White with #501582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501582; }

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

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

background-color css

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

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

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

border-color css

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

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

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