Html Css Color HEX #501289 Indigo

📋 copy color: '#501289'

red 80 ◦ green 18 ◦ blue 137

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

Shades of Indigo #501289

Tints of Indigo #501289

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.66%

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

R = 34.04%
G = 7.66%
B = 58.3%

CMYK

 C value IS 0.42

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#501289 (or 0x501289) is known color: Indigo. HEX triplet: 50, 12 and 89. RGB value is (80,18,137). Sum of RGB (Red+Green+Blue) = 80+18+137=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 137 (53.91% from 255 or 58.30% from 235); Max value from RGB is 137 - color contains mainly: blue. Hex color #501289 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501289 is #AFED76. Grayscale: #313131. Windows color (decimal): -11529591 or 8983120. OLE color: 8983120.

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

Color convert

RGB 80 18 137 -
CMYK 0.42 0.87 0 0.46
HSL 271.26º 0.77% 0.3% -
HSV(B) 271.26º 0.87% 0.54% -
XYZ 8.04 3.94 24 -
YUV 50.1 177.04 149.32 -
System Red Green Blue C M Y K H S L
Decimal 80 18 137 0.42 0.87 0 0.46 271.26 0.77 0.3
Hex 50 12 89 2A 57 0 2E 10F 4D 1E
Octal 120 22 211 52 127 0 56 417 115 36
Binary 1010000 10010 10001001 101010 1010111 0 101110 100001111 1001101 11110

Color Harmonies of #501289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501289

Black with #501289

Text Example


Text Example

White with #501289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501289; }

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

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

background-color css

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

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

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

border-color css

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

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

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