Html Css Color HEX #50119E Indigo

📋 copy color: '#50119E'

red 80 ◦ green 17 ◦ blue 158

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

Shades of Indigo #50119E

Tints of Indigo #50119E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 61.96%

R = 31.37%
G = 6.67%
B = 61.96%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50119E (or 0x50119E) is known color: Indigo. HEX triplet: 50, 11 and 9E. RGB value is (80,17,158). Sum of RGB (Red+Green+Blue) = 80+17+158=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 158 (62.11% from 255 or 61.96% from 255); Max value from RGB is 158 - color contains mainly: blue. Hex color #50119E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50119E is #AFEE61. Grayscale: #333333. Windows color (decimal): -11529826 or 10359120. OLE color: 10359120.

HSL color Cylindrical-coordinate representation of color #50119E: hue angle of 266.81º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #50119E is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 17 158 -
CMYK 0.49 0.89 0 0.38
HSL 266.81º 0.81% 0.34% -
HSV(B) 266.81º 0.89% 0.62% -
XYZ 9.68 4.57 32.72 -
YUV 51.91 187.87 148.04 -
System Red Green Blue C M Y K H S L
Decimal 80 17 158 0.49 0.89 0 0.38 266.81 0.81 0.34
Hex 50 11 9E 31 59 0 26 10B 51 22
Octal 120 21 236 61 131 0 46 413 121 42
Binary 1010000 10001 10011110 110001 1011001 0 100110 100001011 1010001 100010

Color Harmonies of #50119E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50119E

Black with #50119E

Text Example


Text Example

White with #50119E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50119E; }

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

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

background-color css

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

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

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

border-color css

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

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

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