Html Css Color HEX #501589 Indigo

📋 copy color: '#501589'

red 80 ◦ green 21 ◦ blue 137

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

Shades of Indigo #501589

Tints of Indigo #501589

RGB

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

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

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

R = 33.61%
G = 8.82%
B = 57.56%

CMYK

 C value IS 0.42

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#501589 (or 0x501589) is known color: Indigo. HEX triplet: 50, 15 and 89. RGB value is (80,21,137). Sum of RGB (Red+Green+Blue) = 80+21+137=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 137 (53.91% from 255 or 57.56% from 238); Max value from RGB is 137 - color contains mainly: blue. Hex color #501589 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501589 is #AFEA76. Grayscale: #333333. Windows color (decimal): -11528823 or 8983888. OLE color: 8983888.

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

Color convert

RGB 80 21 137 -
CMYK 0.42 0.85 0 0.46
HSL 270.52º 0.73% 0.31% -
HSV(B) 270.52º 0.85% 0.54% -
XYZ 8.09 4.05 24.02 -
YUV 51.87 176.05 148.07 -
System Red Green Blue C M Y K H S L
Decimal 80 21 137 0.42 0.85 0 0.46 270.52 0.73 0.31
Hex 50 15 89 2A 55 0 2E 10F 49 1F
Octal 120 25 211 52 125 0 56 417 111 37
Binary 1010000 10101 10001001 101010 1010101 0 101110 100001111 1001001 11111

Color Harmonies of #501589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501589

Black with #501589

Text Example


Text Example

White with #501589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501589; }

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

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

background-color css

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

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

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

border-color css

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

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

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