Html Css Color HEX #50106D Indigo

📋 copy color: '#50106D'

red 80 ◦ green 16 ◦ blue 109

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

Shades of Indigo #50106D

Tints of Indigo #50106D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.8%

 BLUE value IS 109 (42.97% from 255) = 53.17%

R = 39.02%
G = 7.8%
B = 53.17%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50106D (or 0x50106D) is known color: Indigo. HEX triplet: 50, 10 and 6D. RGB value is (80,16,109). Sum of RGB (Red+Green+Blue) = 80+16+109=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #50106D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50106D is #AFEF92. Grayscale: #2D2D2D. Windows color (decimal): -11530131 or 7147600. OLE color: 7147600.

HSL color Cylindrical-coordinate representation of color #50106D: hue angle of 281.29º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50106D is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 16 109 -
CMYK 0.27 0.85 0 0.57
HSL 281.29º 0.74% 0.25% -
HSV(B) 281.29º 0.85% 0.43% -
XYZ 6.25 3.18 14.75 -
YUV 45.74 163.7 152.44 -
System Red Green Blue C M Y K H S L
Decimal 80 16 109 0.27 0.85 0 0.57 281.29 0.74 0.25
Hex 50 10 6D 1B 55 0 39 119 4A 19
Octal 120 20 155 33 125 0 71 431 112 31
Binary 1010000 10000 1101101 11011 1010101 0 111001 100011001 1001010 11001

Color Harmonies of #50106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50106D

Black with #50106D

Text Example


Text Example

White with #50106D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50106D; }

 p { color: rgb(80,16,109); }

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

background-color css

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

 a { background-color: rgb(80,16,109); }

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

border-color css

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

 span { border-color: rgb(80,16,109); }

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