Html Css Color HEX #500169 Indigo

📋 copy color: '#500169'

red 80 ◦ green 1 ◦ blue 105

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

Shades of Indigo #500169

Tints of Indigo #500169

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

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

R = 43.01%
G = 0.54%
B = 56.45%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#500169 (or 0x500169) is known color: Indigo. HEX triplet: 50, 01 and 69. RGB value is (80,1,105). Sum of RGB (Red+Green+Blue) = 80+1+105=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #500169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500169 is #AFFE96. Grayscale: #242424. Windows color (decimal): -11533975 or 6881616. OLE color: 6881616.

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

Color convert

RGB 80 1 105 -
CMYK 0.24 0.99 0 0.59
HSL 285.58º 0.98% 0.21% -
HSV(B) 285.58º 0.99% 0.41% -
XYZ 5.87 2.75 13.59 -
YUV 36.48 166.67 159.04 -
System Red Green Blue C M Y K H S L
Decimal 80 1 105 0.24 0.99 0 0.59 285.58 0.98 0.21
Hex 50 1 69 18 63 0 3B 11E 62 15
Octal 120 1 151 30 143 0 73 436 142 25
Binary 1010000 1 1101001 11000 1100011 0 111011 100011110 1100010 10101

Color Harmonies of #500169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500169

Black with #500169

Text Example


Text Example

White with #500169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500169; }

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

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

background-color css

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

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

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

border-color css

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

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

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