Html Css Color HEX #501169 Indigo

📋 copy color: '#501169'

red 80 ◦ green 17 ◦ blue 105

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

Shades of Indigo #501169

Tints of Indigo #501169

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.42%

 BLUE value IS 105 (41.41% from 255) = 51.98%

R = 39.6%
G = 8.42%
B = 51.98%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#501169 (or 0x501169) is known color: Indigo. HEX triplet: 50, 11 and 69. RGB value is (80,17,105). Sum of RGB (Red+Green+Blue) = 80+17+105=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 105 (41.41% from 255 or 51.98% from 202); Max value from RGB is 105 - color contains mainly: blue. Hex color #501169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501169 is #AFEE96. Grayscale: #2D2D2D. Windows color (decimal): -11529879 or 6885712. OLE color: 6885712.

HSL color Cylindrical-coordinate representation of color #501169: hue angle of 282.95º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #501169 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 17 105 -
CMYK 0.24 0.84 0 0.59
HSL 282.95º 0.72% 0.24% -
HSV(B) 282.95º 0.84% 0.41% -
XYZ 6.06 3.13 13.65 -
YUV 45.87 161.37 152.34 -
System Red Green Blue C M Y K H S L
Decimal 80 17 105 0.24 0.84 0 0.59 282.95 0.72 0.24
Hex 50 11 69 18 54 0 3B 11B 48 18
Octal 120 21 151 30 124 0 73 433 110 30
Binary 1010000 10001 1101001 11000 1010100 0 111011 100011011 1001000 11000

Color Harmonies of #501169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501169

Black with #501169

Text Example


Text Example

White with #501169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501169; }

 p { color: rgb(80,17,105); }

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

background-color css

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

 a { background-color: rgb(80,17,105); }

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

border-color css

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

 span { border-color: rgb(80,17,105); }

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