Html Css Color HEX #50116C Indigo

📋 copy color: '#50116C'

red 80 ◦ green 17 ◦ blue 108

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

Shades of Indigo #50116C

Tints of Indigo #50116C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 52.68%

R = 39.02%
G = 8.29%
B = 52.68%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#50116C (or 0x50116C) is known color: Indigo. HEX triplet: 50, 11 and 6C. RGB value is (80,17,108). Sum of RGB (Red+Green+Blue) = 80+17+108=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #50116C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50116C is #AFEE93. Grayscale: #2D2D2D. Windows color (decimal): -11529876 or 7082320. OLE color: 7082320.

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

Color convert

RGB 80 17 108 -
CMYK 0.26 0.84 0 0.58
HSL 281.54º 0.73% 0.25% -
HSV(B) 281.54º 0.84% 0.42% -
XYZ 6.22 3.19 14.48 -
YUV 46.21 162.87 152.1 -
System Red Green Blue C M Y K H S L
Decimal 80 17 108 0.26 0.84 0 0.58 281.54 0.73 0.25
Hex 50 11 6C 1A 54 0 3A 11A 49 19
Octal 120 21 154 32 124 0 72 432 111 31
Binary 1010000 10001 1101100 11010 1010100 0 111010 100011010 1001001 11001

Color Harmonies of #50116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50116C

Black with #50116C

Text Example


Text Example

White with #50116C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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