Html Css Color HEX #501570 Indigo

📋 copy color: '#501570'

red 80 ◦ green 21 ◦ blue 112

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

Shades of Indigo #501570

Tints of Indigo #501570

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.86%

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

R = 37.56%
G = 9.86%
B = 52.58%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#501570 (or 0x501570) is known color: Indigo. HEX triplet: 50, 15 and 70. RGB value is (80,21,112). Sum of RGB (Red+Green+Blue) = 80+21+112=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #501570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501570 is #AFEA8F. Grayscale: #303030. Windows color (decimal): -11528848 or 7345488. OLE color: 7345488.

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

Color convert

RGB 80 21 112 -
CMYK 0.29 0.81 0 0.56
HSL 278.9º 0.68% 0.26% -
HSV(B) 278.9º 0.81% 0.44% -
XYZ 6.5 3.41 15.65 -
YUV 49.02 163.55 150.1 -
System Red Green Blue C M Y K H S L
Decimal 80 21 112 0.29 0.81 0 0.56 278.9 0.68 0.26
Hex 50 15 70 1D 51 0 38 117 44 1A
Octal 120 25 160 35 121 0 70 427 104 32
Binary 1010000 10101 1110000 11101 1010001 0 111000 100010111 1000100 11010

Color Harmonies of #501570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501570

Black with #501570

Text Example


Text Example

White with #501570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501570; }

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

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

background-color css

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

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

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

border-color css

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

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

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