Html Css Color HEX #50019F Indigo

📋 copy color: '#50019F'

red 80 ◦ green 1 ◦ blue 159

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

Shades of Indigo #50019F

Tints of Indigo #50019F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 66.25%

R = 33.33%
G = 0.42%
B = 66.25%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50019F (or 0x50019F) is known color: Indigo. HEX triplet: 50, 01 and 9F. RGB value is (80,1,159). Sum of RGB (Red+Green+Blue) = 80+1+159=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 159 (62.5% from 255 or 66.25% from 240); Max value from RGB is 159 - color contains mainly: blue. Hex color #50019F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50019F is #AFFE60. Grayscale: #2A2A2A. Windows color (decimal): -11533921 or 10420560. OLE color: 10420560.

HSL color Cylindrical-coordinate representation of color #50019F: hue angle of 270º 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 #50019F is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 1 159 -
CMYK 0.50 0.99 0 0.38
HSL 270º 0.99% 0.31% -
HSV(B) 270º 0.99% 0.62% -
XYZ 9.58 4.23 33.11 -
YUV 42.63 193.67 154.65 -
System Red Green Blue C M Y K H S L
Decimal 80 1 159 0.50 0.99 0 0.38 270 0.99 0.31
Hex 50 1 9F 32 63 0 26 10E 63 1F
Octal 120 1 237 62 143 0 46 416 143 37
Binary 1010000 1 10011111 110010 1100011 0 100110 100001110 1100011 11111

Color Harmonies of #50019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50019F

Black with #50019F

Text Example


Text Example

White with #50019F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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