Html Css Color HEX #501291 Indigo

📋 copy color: '#501291'

red 80 ◦ green 18 ◦ blue 145

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

Shades of Indigo #501291

Tints of Indigo #501291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 59.67%

R = 32.92%
G = 7.41%
B = 59.67%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#501291 (or 0x501291) is known color: Indigo. HEX triplet: 50, 12 and 91. RGB value is (80,18,145). Sum of RGB (Red+Green+Blue) = 80+18+145=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #501291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501291 is #AFED6E. Grayscale: #323232. Windows color (decimal): -11529583 or 9507408. OLE color: 9507408.

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

Color convert

RGB 80 18 145 -
CMYK 0.45 0.88 0 0.43
HSL 269.29º 0.78% 0.32% -
HSV(B) 269.29º 0.88% 0.57% -
XYZ 8.64 4.18 27.14 -
YUV 51.02 181.04 148.67 -
System Red Green Blue C M Y K H S L
Decimal 80 18 145 0.45 0.88 0 0.43 269.29 0.78 0.32
Hex 50 12 91 2D 58 0 2B 10D 4E 20
Octal 120 22 221 55 130 0 53 415 116 40
Binary 1010000 10010 10010001 101101 1011000 0 101011 100001101 1001110 100000

Color Harmonies of #501291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501291

Black with #501291

Text Example


Text Example

White with #501291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501291; }

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

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

background-color css

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

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

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

border-color css

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

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

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