Html Css Color HEX #501290 Indigo

📋 copy color: '#501290'

red 80 ◦ green 18 ◦ blue 144

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

Shades of Indigo #501290

Tints of Indigo #501290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 59.5%

R = 33.06%
G = 7.44%
B = 59.5%

CMYK

 C value IS 0.44

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#501290 (or 0x501290) is known color: Indigo. HEX triplet: 50, 12 and 90. RGB value is (80,18,144). Sum of RGB (Red+Green+Blue) = 80+18+144=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #501290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501290 is #AFED6F. Grayscale: #323232. Windows color (decimal): -11529584 or 9441872. OLE color: 9441872.

HSL color Cylindrical-coordinate representation of color #501290: hue angle of 269.52º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501290 is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 18 144 -
CMYK 0.44 0.88 0 0.44
HSL 269.52º 0.78% 0.32% -
HSV(B) 269.52º 0.88% 0.56% -
XYZ 8.56 4.15 26.74 -
YUV 50.9 180.54 148.75 -
System Red Green Blue C M Y K H S L
Decimal 80 18 144 0.44 0.88 0 0.44 269.52 0.78 0.32
Hex 50 12 90 2C 58 0 2C 10E 4E 20
Octal 120 22 220 54 130 0 54 416 116 40
Binary 1010000 10010 10010000 101100 1011000 0 101100 100001110 1001110 100000

Color Harmonies of #501290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501290

Black with #501290

Text Example


Text Example

White with #501290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501290; }

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

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

background-color css

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

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

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

border-color css

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

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

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