Html Css Color HEX #50116D Indigo

📋 copy color: '#50116D'

red 80 ◦ green 17 ◦ blue 109

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

Shades of Indigo #50116D

Tints of Indigo #50116D

RGB

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

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

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

R = 38.83%
G = 8.25%
B = 52.91%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50116D (or 0x50116D) is known color: Indigo. HEX triplet: 50, 11 and 6D. RGB value is (80,17,109). Sum of RGB (Red+Green+Blue) = 80+17+109=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #50116D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50116D is #AFEE92. Grayscale: #2E2E2E. Windows color (decimal): -11529875 or 7147856. OLE color: 7147856.

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

Color convert

RGB 80 17 109 -
CMYK 0.27 0.84 0 0.57
HSL 281.09º 0.73% 0.25% -
HSV(B) 281.09º 0.84% 0.43% -
XYZ 6.27 3.21 14.76 -
YUV 46.33 163.37 152.02 -
System Red Green Blue C M Y K H S L
Decimal 80 17 109 0.27 0.84 0 0.57 281.09 0.73 0.25
Hex 50 11 6D 1B 54 0 39 119 49 19
Octal 120 21 155 33 124 0 71 431 111 31
Binary 1010000 10001 1101101 11011 1010100 0 111001 100011001 1001001 11001

Color Harmonies of #50116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50116D

Black with #50116D

Text Example


Text Example

White with #50116D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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