Html Css Color HEX #501782 Indigo

📋 copy color: '#501782'

red 80 ◦ green 23 ◦ blue 130

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

Shades of Indigo #501782

Tints of Indigo #501782

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.87%

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

R = 34.33%
G = 9.87%
B = 55.79%

CMYK

 C value IS 0.38

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#501782 (or 0x501782) is known color: Indigo. HEX triplet: 50, 17 and 82. RGB value is (80,23,130). Sum of RGB (Red+Green+Blue) = 80+23+130=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 130 (51.17% from 255 or 55.79% from 233); Max value from RGB is 130 - color contains mainly: blue. Hex color #501782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501782 is #AFE87D. Grayscale: #333333. Windows color (decimal): -11528318 or 8525648. OLE color: 8525648.

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

Color convert

RGB 80 23 130 -
CMYK 0.38 0.82 0 0.49
HSL 271.96º 0.7% 0.3% -
HSV(B) 271.96º 0.82% 0.51% -
XYZ 7.64 3.93 21.47 -
YUV 52.24 171.88 147.8 -
System Red Green Blue C M Y K H S L
Decimal 80 23 130 0.38 0.82 0 0.49 271.96 0.7 0.3
Hex 50 17 82 26 52 0 31 110 46 1E
Octal 120 27 202 46 122 0 61 420 106 36
Binary 1010000 10111 10000010 100110 1010010 0 110001 100010000 1000110 11110

Color Harmonies of #501782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501782

Black with #501782

Text Example


Text Example

White with #501782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501782; }

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

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

background-color css

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

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

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

border-color css

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

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

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