Html Css Color HEX #501189 Indigo

📋 copy color: '#501189'

red 80 ◦ green 17 ◦ blue 137

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

Shades of Indigo #501189

Tints of Indigo #501189

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.26%

 BLUE value IS 137 (53.91% from 255) = 58.55%

R = 34.19%
G = 7.26%
B = 58.55%

CMYK

 C value IS 0.42

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#501189 (or 0x501189) is known color: Indigo. HEX triplet: 50, 11 and 89. RGB value is (80,17,137). Sum of RGB (Red+Green+Blue) = 80+17+137=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 137 (53.91% from 255 or 58.55% from 234); Max value from RGB is 137 - color contains mainly: blue. Hex color #501189 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501189 is #AFEE76. Grayscale: #313131. Windows color (decimal): -11529847 or 8982864. OLE color: 8982864.

HSL color Cylindrical-coordinate representation of color #501189: hue angle of 271.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501189 is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 17 137 -
CMYK 0.42 0.88 0 0.46
HSL 271.5º 0.78% 0.3% -
HSV(B) 271.5º 0.88% 0.54% -
XYZ 8.02 3.91 24 -
YUV 49.52 177.37 149.74 -
System Red Green Blue C M Y K H S L
Decimal 80 17 137 0.42 0.88 0 0.46 271.5 0.78 0.3
Hex 50 11 89 2A 58 0 2E 110 4E 1E
Octal 120 21 211 52 130 0 56 420 116 36
Binary 1010000 10001 10001001 101010 1011000 0 101110 100010000 1001110 11110

Color Harmonies of #501189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501189

Black with #501189

Text Example


Text Example

White with #501189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501189; }

 p { color: rgb(80,17,137); }

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

background-color css

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

 a { background-color: rgb(80,17,137); }

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

border-color css

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

 span { border-color: rgb(80,17,137); }

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