Html Css Color HEX #501799 Indigo

📋 copy color: '#501799'

red 80 ◦ green 23 ◦ blue 153

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

Shades of Indigo #501799

Tints of Indigo #501799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.98%

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

R = 31.25%
G = 8.98%
B = 59.77%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#501799 (or 0x501799) is known color: Indigo. HEX triplet: 50, 17 and 99. RGB value is (80,23,153). Sum of RGB (Red+Green+Blue) = 80+23+153=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #501799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501799 is #AFE866. Grayscale: #363636. Windows color (decimal): -11528295 or 10032976. OLE color: 10032976.

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

Color convert

RGB 80 23 153 -
CMYK 0.48 0.85 0 0.4
HSL 266.31º 0.74% 0.35% -
HSV(B) 266.31º 0.85% 0.6% -
XYZ 9.36 4.62 30.53 -
YUV 54.86 183.38 145.93 -
System Red Green Blue C M Y K H S L
Decimal 80 23 153 0.48 0.85 0 0.4 266.31 0.74 0.35
Hex 50 17 99 30 55 0 28 10A 4A 23
Octal 120 27 231 60 125 0 50 412 112 43
Binary 1010000 10111 10011001 110000 1010101 0 101000 100001010 1001010 100011

Color Harmonies of #501799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501799

Black with #501799

Text Example


Text Example

White with #501799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501799; }

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

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

background-color css

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

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

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

border-color css

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

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

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