Html Css Color HEX #501470 Indigo

📋 copy color: '#501470'

red 80 ◦ green 20 ◦ blue 112

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

Shades of Indigo #501470

Tints of Indigo #501470

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.43%

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

R = 37.74%
G = 9.43%
B = 52.83%

CMYK

 C value IS 0.29

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#501470 (or 0x501470) is known color: Indigo. HEX triplet: 50, 14 and 70. RGB value is (80,20,112). Sum of RGB (Red+Green+Blue) = 80+20+112=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #501470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501470 is #AFEB8F. Grayscale: #303030. Windows color (decimal): -11529104 or 7345232. OLE color: 7345232.

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

Color convert

RGB 80 20 112 -
CMYK 0.29 0.82 0 0.56
HSL 279.13º 0.7% 0.26% -
HSV(B) 279.13º 0.82% 0.44% -
XYZ 6.48 3.38 15.64 -
YUV 48.43 163.88 150.52 -
System Red Green Blue C M Y K H S L
Decimal 80 20 112 0.29 0.82 0 0.56 279.13 0.7 0.26
Hex 50 14 70 1D 52 0 38 117 46 1A
Octal 120 24 160 35 122 0 70 427 106 32
Binary 1010000 10100 1110000 11101 1010010 0 111000 100010111 1000110 11010

Color Harmonies of #501470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501470

Black with #501470

Text Example


Text Example

White with #501470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501470; }

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

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

background-color css

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

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

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

border-color css

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

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

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