Html Css Color HEX #501070 Indigo

📋 copy color: '#501070'

red 80 ◦ green 16 ◦ blue 112

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

Shades of Indigo #501070

Tints of Indigo #501070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 53.85%

R = 38.46%
G = 7.69%
B = 53.85%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#501070 (or 0x501070) is known color: Indigo. HEX triplet: 50, 10 and 70. RGB value is (80,16,112). Sum of RGB (Red+Green+Blue) = 80+16+112=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #501070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501070 is #AFEF8F. Grayscale: #2D2D2D. Windows color (decimal): -11530128 or 7344208. OLE color: 7344208.

HSL color Cylindrical-coordinate representation of color #501070: hue angle of 280º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501070 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 16 112 -
CMYK 0.29 0.86 0 0.56
HSL 280º 0.75% 0.25% -
HSV(B) 280º 0.86% 0.44% -
XYZ 6.42 3.25 15.62 -
YUV 46.08 165.2 152.19 -
System Red Green Blue C M Y K H S L
Decimal 80 16 112 0.29 0.86 0 0.56 280 0.75 0.25
Hex 50 10 70 1D 56 0 38 118 4B 19
Octal 120 20 160 35 126 0 70 430 113 31
Binary 1010000 10000 1110000 11101 1010110 0 111000 100011000 1001011 11001

Color Harmonies of #501070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501070

Black with #501070

Text Example


Text Example

White with #501070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501070; }

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

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

background-color css

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

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

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

border-color css

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

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

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