Html Css Color HEX #501196 Indigo

📋 copy color: '#501196'

red 80 ◦ green 17 ◦ blue 150

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

Shades of Indigo #501196

Tints of Indigo #501196

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.88%

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

R = 32.39%
G = 6.88%
B = 60.73%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#501196 (or 0x501196) is known color: Indigo. HEX triplet: 50, 11 and 96. RGB value is (80,17,150). Sum of RGB (Red+Green+Blue) = 80+17+150=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 150 (58.98% from 255 or 60.73% from 247); Max value from RGB is 150 - color contains mainly: blue. Hex color #501196 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501196 is #AFEE69. Grayscale: #323232. Windows color (decimal): -11529834 or 9834832. OLE color: 9834832.

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

Color convert

RGB 80 17 150 -
CMYK 0.47 0.89 0 0.41
HSL 268.42º 0.8% 0.33% -
HSV(B) 268.42º 0.89% 0.59% -
XYZ 9.01 4.31 29.21 -
YUV 51 183.87 148.69 -
System Red Green Blue C M Y K H S L
Decimal 80 17 150 0.47 0.89 0 0.41 268.42 0.8 0.33
Hex 50 11 96 2F 59 0 29 10C 50 21
Octal 120 21 226 57 131 0 51 414 120 41
Binary 1010000 10001 10010110 101111 1011001 0 101001 100001100 1010000 100001

Color Harmonies of #501196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501196

Black with #501196

Text Example


Text Example

White with #501196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501196; }

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

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

background-color css

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

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

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

border-color css

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

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

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