Html Css Color HEX #501784 Indigo

📋 copy color: '#501784'

red 80 ◦ green 23 ◦ blue 132

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

Shades of Indigo #501784

Tints of Indigo #501784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 56.17%

R = 34.04%
G = 9.79%
B = 56.17%

CMYK

 C value IS 0.39

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#501784 (or 0x501784) is known color: Indigo. HEX triplet: 50, 17 and 84. RGB value is (80,23,132). Sum of RGB (Red+Green+Blue) = 80+23+132=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 132 (51.95% from 255 or 56.17% from 235); Max value from RGB is 132 - color contains mainly: blue. Hex color #501784 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501784 is #AFE87B. Grayscale: #343434. Windows color (decimal): -11528316 or 8656720. OLE color: 8656720.

HSL color Cylindrical-coordinate representation of color #501784: hue angle of 271.38º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #501784 is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 23 132 -
CMYK 0.39 0.83 0 0.48
HSL 271.38º 0.7% 0.3% -
HSV(B) 271.38º 0.83% 0.52% -
XYZ 7.78 3.98 22.19 -
YUV 52.47 172.88 147.64 -
System Red Green Blue C M Y K H S L
Decimal 80 23 132 0.39 0.83 0 0.48 271.38 0.7 0.3
Hex 50 17 84 27 53 0 30 10F 46 1E
Octal 120 27 204 47 123 0 60 417 106 36
Binary 1010000 10111 10000100 100111 1010011 0 110000 100001111 1000110 11110

Color Harmonies of #501784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501784

Black with #501784

Text Example


Text Example

White with #501784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501784; }

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

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

background-color css

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

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

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

border-color css

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

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

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