Html Css Color HEX #501299 Indigo

📋 copy color: '#501299'

red 80 ◦ green 18 ◦ blue 153

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

Shades of Indigo #501299

Tints of Indigo #501299

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.17%

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

R = 31.87%
G = 7.17%
B = 60.96%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#501299 (or 0x501299) is known color: Indigo. HEX triplet: 50, 12 and 99. RGB value is (80,18,153). Sum of RGB (Red+Green+Blue) = 80+18+153=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #501299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501299 is #AFED66. Grayscale: #333333. Windows color (decimal): -11529575 or 10031696. OLE color: 10031696.

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

Color convert

RGB 80 18 153 -
CMYK 0.48 0.88 0 0.4
HSL 267.56º 0.79% 0.34% -
HSV(B) 267.56º 0.88% 0.6% -
XYZ 9.27 4.44 30.5 -
YUV 51.93 185.04 148.02 -
System Red Green Blue C M Y K H S L
Decimal 80 18 153 0.48 0.88 0 0.4 267.56 0.79 0.34
Hex 50 12 99 30 58 0 28 10C 4F 22
Octal 120 22 231 60 130 0 50 414 117 42
Binary 1010000 10010 10011001 110000 1011000 0 101000 100001100 1001111 100010

Color Harmonies of #501299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501299

Black with #501299

Text Example


Text Example

White with #501299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501299; }

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

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

background-color css

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

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

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

border-color css

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

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

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