Html Css Color HEX #501273 Indigo

📋 copy color: '#501273'

red 80 ◦ green 18 ◦ blue 115

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

Shades of Indigo #501273

Tints of Indigo #501273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 53.99%

R = 37.56%
G = 8.45%
B = 53.99%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#501273 (or 0x501273) is known color: Indigo. HEX triplet: 50, 12 and 73. RGB value is (80,18,115). Sum of RGB (Red+Green+Blue) = 80+18+115=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #501273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501273 is #AFED8C. Grayscale: #2F2F2F. Windows color (decimal): -11529613 or 7541328. OLE color: 7541328.

HSL color Cylindrical-coordinate representation of color #501273: hue angle of 278.35º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #501273 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 18 115 -
CMYK 0.30 0.84 0 0.55
HSL 278.35º 0.73% 0.26% -
HSV(B) 278.35º 0.84% 0.45% -
XYZ 6.62 3.38 16.52 -
YUV 47.6 166.04 151.11 -
System Red Green Blue C M Y K H S L
Decimal 80 18 115 0.30 0.84 0 0.55 278.35 0.73 0.26
Hex 50 12 73 1E 54 0 37 116 49 1A
Octal 120 22 163 36 124 0 67 426 111 32
Binary 1010000 10010 1110011 11110 1010100 0 110111 100010110 1001001 11010

Color Harmonies of #501273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501273

Black with #501273

Text Example


Text Example

White with #501273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501273; }

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

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

background-color css

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

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

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

border-color css

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

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

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