Html Css Color HEX #501276 Indigo

📋 copy color: '#501276'

red 80 ◦ green 18 ◦ blue 118

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

Shades of Indigo #501276

Tints of Indigo #501276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 54.63%

R = 37.04%
G = 8.33%
B = 54.63%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#501276 (or 0x501276) is known color: Indigo. HEX triplet: 50, 12 and 76. RGB value is (80,18,118). Sum of RGB (Red+Green+Blue) = 80+18+118=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #501276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501276 is #AFED89. Grayscale: #2F2F2F. Windows color (decimal): -11529610 or 7737936. OLE color: 7737936.

HSL color Cylindrical-coordinate representation of color #501276: hue angle of 277.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #501276 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 18 118 -
CMYK 0.32 0.85 0 0.54
HSL 277.2º 0.74% 0.27% -
HSV(B) 277.2º 0.85% 0.46% -
XYZ 6.79 3.45 17.45 -
YUV 47.94 167.54 150.87 -
System Red Green Blue C M Y K H S L
Decimal 80 18 118 0.32 0.85 0 0.54 277.2 0.74 0.27
Hex 50 12 76 20 55 0 36 115 4A 1B
Octal 120 22 166 40 125 0 66 425 112 33
Binary 1010000 10010 1110110 100000 1010101 0 110110 100010101 1001010 11011

Color Harmonies of #501276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501276

Black with #501276

Text Example


Text Example

White with #501276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501276; }

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

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

background-color css

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

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

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

border-color css

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

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

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