Html Css Color HEX #50047F Indigo

📋 copy color: '#50047F'

red 80 ◦ green 4 ◦ blue 127

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

Shades of Indigo #50047F

Tints of Indigo #50047F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.9%

 BLUE value IS 127 (50% from 255) = 60.19%

R = 37.91%
G = 1.9%
B = 60.19%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#50047F (or 0x50047F) is known color: Indigo. HEX triplet: 50, 04 and 7F. RGB value is (80,4,127). Sum of RGB (Red+Green+Blue) = 80+4+127=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 127 (50% from 255 or 60.19% from 211); Max value from RGB is 127 - color contains mainly: blue. Hex color #50047F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50047F is #AFFB80. Grayscale: #282828. Windows color (decimal): -11533185 or 8324176. OLE color: 8324176.

HSL color Cylindrical-coordinate representation of color #50047F: hue angle of 277.07º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #50047F is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 4 127 -
CMYK 0.37 0.97 0 0.50
HSL 277.07º 0.94% 0.26% -
HSV(B) 277.07º 0.97% 0.5% -
XYZ 7.18 3.32 20.34 -
YUV 40.75 176.68 156 -
System Red Green Blue C M Y K H S L
Decimal 80 4 127 0.37 0.97 0 0.50 277.07 0.94 0.26
Hex 50 4 7F 25 61 0 32 115 5E 1A
Octal 120 4 177 45 141 0 62 425 136 32
Binary 1010000 100 1111111 100101 1100001 0 110010 100010101 1011110 11010

Color Harmonies of #50047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50047F

Black with #50047F

Text Example


Text Example

White with #50047F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,4,127); }

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

background-color css

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

 a { background-color: rgb(80,4,127); }

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

border-color css

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

 span { border-color: rgb(80,4,127); }

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