Html Css Color HEX #50019B Indigo

📋 copy color: '#50019B'

red 80 ◦ green 1 ◦ blue 155

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

Shades of Indigo #50019B

Tints of Indigo #50019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 65.68%

R = 33.9%
G = 0.42%
B = 65.68%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50019B (or 0x50019B) is known color: Indigo. HEX triplet: 50, 01 and 9B. RGB value is (80,1,155). Sum of RGB (Red+Green+Blue) = 80+1+155=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 155 (60.94% from 255 or 65.68% from 236); Max value from RGB is 155 - color contains mainly: blue. Hex color #50019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50019B is #AFFE64. Grayscale: #292929. Windows color (decimal): -11533925 or 10158416. OLE color: 10158416.

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

Color convert

RGB 80 1 155 -
CMYK 0.48 0.99 0 0.39
HSL 270.78º 0.99% 0.31% -
HSV(B) 270.78º 0.99% 0.61% -
XYZ 9.24 4.09 31.31 -
YUV 42.18 191.67 154.98 -
System Red Green Blue C M Y K H S L
Decimal 80 1 155 0.48 0.99 0 0.39 270.78 0.99 0.31
Hex 50 1 9B 30 63 0 27 10F 63 1F
Octal 120 1 233 60 143 0 47 417 143 37
Binary 1010000 1 10011011 110000 1100011 0 100111 100001111 1100011 11111

Color Harmonies of #50019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50019B

Black with #50019B

Text Example


Text Example

White with #50019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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