Html Css Color HEX #501073 Indigo

📋 copy color: '#501073'

red 80 ◦ green 16 ◦ blue 115

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

Shades of Indigo #501073

Tints of Indigo #501073

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.58%

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

R = 37.91%
G = 7.58%
B = 54.5%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#501073 (or 0x501073) is known color: Indigo. HEX triplet: 50, 10 and 73. RGB value is (80,16,115). Sum of RGB (Red+Green+Blue) = 80+16+115=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #501073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501073 is #AFEF8C. Grayscale: #2E2E2E. Windows color (decimal): -11530125 or 7540816. OLE color: 7540816.

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

Color convert

RGB 80 16 115 -
CMYK 0.30 0.86 0 0.55
HSL 278.79º 0.76% 0.26% -
HSV(B) 278.79º 0.86% 0.45% -
XYZ 6.59 3.31 16.51 -
YUV 46.42 166.7 151.95 -
System Red Green Blue C M Y K H S L
Decimal 80 16 115 0.30 0.86 0 0.55 278.79 0.76 0.26
Hex 50 10 73 1E 56 0 37 117 4C 1A
Octal 120 20 163 36 126 0 67 427 114 32
Binary 1010000 10000 1110011 11110 1010110 0 110111 100010111 1001100 11010

Color Harmonies of #501073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501073

Black with #501073

Text Example


Text Example

White with #501073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501073; }

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

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

background-color css

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

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

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

border-color css

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

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

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