Html Css Color HEX #501999 Indigo

📋 copy color: '#501999'

red 80 ◦ green 25 ◦ blue 153

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

Shades of Indigo #501999

Tints of Indigo #501999

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.69%

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

R = 31.01%
G = 9.69%
B = 59.3%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#501999 (or 0x501999) is known color: Indigo. HEX triplet: 50, 19 and 99. RGB value is (80,25,153). Sum of RGB (Red+Green+Blue) = 80+25+153=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #501999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501999 is #AFE666. Grayscale: #373737. Windows color (decimal): -11527783 or 10033488. OLE color: 10033488.

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

Color convert

RGB 80 25 153 -
CMYK 0.48 0.84 0 0.4
HSL 265.78º 0.72% 0.35% -
HSV(B) 265.78º 0.84% 0.6% -
XYZ 9.41 4.7 30.55 -
YUV 56.04 182.72 145.09 -
System Red Green Blue C M Y K H S L
Decimal 80 25 153 0.48 0.84 0 0.4 265.78 0.72 0.35
Hex 50 19 99 30 54 0 28 10A 48 23
Octal 120 31 231 60 124 0 50 412 110 43
Binary 1010000 11001 10011001 110000 1010100 0 101000 100001010 1001000 100011

Color Harmonies of #501999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501999

Black with #501999

Text Example


Text Example

White with #501999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501999; }

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

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

background-color css

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

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

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

border-color css

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

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

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