Html Css Color HEX #501496 Indigo

📋 copy color: '#501496'

red 80 ◦ green 20 ◦ blue 150

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

Shades of Indigo #501496

Tints of Indigo #501496

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8%

 BLUE value IS 150 (58.98% from 255) = 60%

R = 32%
G = 8%
B = 60%

CMYK

 C value IS 0.47

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#501496 (or 0x501496) is known color: Indigo. HEX triplet: 50, 14 and 96. RGB value is (80,20,150). Sum of RGB (Red+Green+Blue) = 80+20+150=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 150 (58.98% from 255 or 60% from 250); Max value from RGB is 150 - color contains mainly: blue. Hex color #501496 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501496 is #AFEB69. Grayscale: #343434. Windows color (decimal): -11529066 or 9835600. OLE color: 9835600.

HSL color Cylindrical-coordinate representation of color #501496: hue angle of 267.69º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #501496 is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 20 150 -
CMYK 0.47 0.87 0 0.41
HSL 267.69º 0.76% 0.33% -
HSV(B) 267.69º 0.87% 0.59% -
XYZ 9.06 4.41 29.23 -
YUV 52.76 182.88 147.43 -
System Red Green Blue C M Y K H S L
Decimal 80 20 150 0.47 0.87 0 0.41 267.69 0.76 0.33
Hex 50 14 96 2F 57 0 29 10C 4C 21
Octal 120 24 226 57 127 0 51 414 114 41
Binary 1010000 10100 10010110 101111 1010111 0 101001 100001100 1001100 100001

Color Harmonies of #501496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501496

Black with #501496

Text Example


Text Example

White with #501496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501496; }

 p { color: rgb(80,20,150); }

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

background-color css

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

 a { background-color: rgb(80,20,150); }

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

border-color css

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

 span { border-color: rgb(80,20,150); }

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