Html Css Color HEX #501199 Indigo

📋 copy color: '#501199'

red 80 ◦ green 17 ◦ blue 153

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

Shades of Indigo #501199

Tints of Indigo #501199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 61.2%

R = 32%
G = 6.8%
B = 61.2%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#501199 (or 0x501199) is known color: Indigo. HEX triplet: 50, 11 and 99. RGB value is (80,17,153). Sum of RGB (Red+Green+Blue) = 80+17+153=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #501199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501199 is #AFEE66. Grayscale: #323232. Windows color (decimal): -11529831 or 10031440. OLE color: 10031440.

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

Color convert

RGB 80 17 153 -
CMYK 0.48 0.89 0 0.4
HSL 267.79º 0.8% 0.33% -
HSV(B) 267.79º 0.89% 0.6% -
XYZ 9.26 4.41 30.5 -
YUV 51.34 185.37 148.44 -
System Red Green Blue C M Y K H S L
Decimal 80 17 153 0.48 0.89 0 0.4 267.79 0.8 0.33
Hex 50 11 99 30 59 0 28 10C 50 21
Octal 120 21 231 60 131 0 50 414 120 41
Binary 1010000 10001 10011001 110000 1011001 0 101000 100001100 1010000 100001

Color Harmonies of #501199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501199

Black with #501199

Text Example


Text Example

White with #501199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501199; }

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

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

background-color css

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

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

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

border-color css

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

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

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