Html Css Color HEX #50019E Indigo

📋 copy color: '#50019E'

red 80 ◦ green 1 ◦ blue 158

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

Shades of Indigo #50019E

Tints of Indigo #50019E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 33.47%
G = 0.42%
B = 66.11%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50019E (or 0x50019E) is known color: Indigo. HEX triplet: 50, 01 and 9E. RGB value is (80,1,158). Sum of RGB (Red+Green+Blue) = 80+1+158=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 158 (62.11% from 255 or 66.11% from 239); Max value from RGB is 158 - color contains mainly: blue. Hex color #50019E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50019E is #AFFE61. Grayscale: #292929. Windows color (decimal): -11533922 or 10355024. OLE color: 10355024.

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

Color convert

RGB 80 1 158 -
CMYK 0.49 0.99 0 0.38
HSL 270.19º 0.99% 0.31% -
HSV(B) 270.19º 0.99% 0.62% -
XYZ 9.49 4.2 32.66 -
YUV 42.52 193.17 154.73 -
System Red Green Blue C M Y K H S L
Decimal 80 1 158 0.49 0.99 0 0.38 270.19 0.99 0.31
Hex 50 1 9E 31 63 0 26 10E 63 1F
Octal 120 1 236 61 143 0 46 416 143 37
Binary 1010000 1 10011110 110001 1100011 0 100110 100001110 1100011 11111

Color Harmonies of #50019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50019E

Black with #50019E

Text Example


Text Example

White with #50019E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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