Html Css Color HEX #501475 Indigo

📋 copy color: '#501475'

red 80 ◦ green 20 ◦ blue 117

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

Shades of Indigo #501475

Tints of Indigo #501475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 53.92%

R = 36.87%
G = 9.22%
B = 53.92%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#501475 (or 0x501475) is known color: Indigo. HEX triplet: 50, 14 and 75. RGB value is (80,20,117). Sum of RGB (Red+Green+Blue) = 80+20+117=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #501475 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501475 is #AFEB8A. Grayscale: #303030. Windows color (decimal): -11529099 or 7672912. OLE color: 7672912.

HSL color Cylindrical-coordinate representation of color #501475: hue angle of 277.11º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #501475 is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 20 117 -
CMYK 0.32 0.83 0 0.54
HSL 277.11º 0.71% 0.27% -
HSV(B) 277.11º 0.83% 0.46% -
XYZ 6.77 3.49 17.15 -
YUV 49 166.38 150.11 -
System Red Green Blue C M Y K H S L
Decimal 80 20 117 0.32 0.83 0 0.54 277.11 0.71 0.27
Hex 50 14 75 20 53 0 36 115 47 1B
Octal 120 24 165 40 123 0 66 425 107 33
Binary 1010000 10100 1110101 100000 1010011 0 110110 100010101 1000111 11011

Color Harmonies of #501475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501475

Black with #501475

Text Example


Text Example

White with #501475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501475; }

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

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

background-color css

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

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

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

border-color css

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

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

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