Html Css Color HEX #50116B Indigo

📋 copy color: '#50116B'

red 80 ◦ green 17 ◦ blue 107

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

Shades of Indigo #50116B

Tints of Indigo #50116B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 52.45%

R = 39.22%
G = 8.33%
B = 52.45%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#50116B (or 0x50116B) is known color: Indigo. HEX triplet: 50, 11 and 6B. RGB value is (80,17,107). Sum of RGB (Red+Green+Blue) = 80+17+107=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 107 (42.19% from 255 or 52.45% from 204); Max value from RGB is 107 - color contains mainly: blue. Hex color #50116B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50116B is #AFEE94. Grayscale: #2D2D2D. Windows color (decimal): -11529877 or 7016784. OLE color: 7016784.

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

Color convert

RGB 80 17 107 -
CMYK 0.25 0.84 0 0.58
HSL 282º 0.73% 0.24% -
HSV(B) 282º 0.84% 0.42% -
XYZ 6.16 3.17 14.2 -
YUV 46.1 162.37 152.18 -
System Red Green Blue C M Y K H S L
Decimal 80 17 107 0.25 0.84 0 0.58 282 0.73 0.24
Hex 50 11 6B 19 54 0 3A 11A 49 18
Octal 120 21 153 31 124 0 72 432 111 30
Binary 1010000 10001 1101011 11001 1010100 0 111010 100011010 1001001 11000

Color Harmonies of #50116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50116B

Black with #50116B

Text Example


Text Example

White with #50116B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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