Html Css Color HEX #50037F Indigo

📋 copy color: '#50037F'

red 80 ◦ green 3 ◦ blue 127

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

Shades of Indigo #50037F

Tints of Indigo #50037F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.43%

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

R = 38.1%
G = 1.43%
B = 60.48%

CMYK

 C value IS 0.37

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#50037F (or 0x50037F) is known color: Indigo. HEX triplet: 50, 03 and 7F. RGB value is (80,3,127). Sum of RGB (Red+Green+Blue) = 80+3+127=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 127 (50% from 255 or 60.48% from 210); Max value from RGB is 127 - color contains mainly: blue. Hex color #50037F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50037F is #AFFC80. Grayscale: #272727. Windows color (decimal): -11533441 or 8323920. OLE color: 8323920.

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

Color convert

RGB 80 3 127 -
CMYK 0.37 0.98 0 0.50
HSL 277.26º 0.95% 0.25% -
HSV(B) 277.26º 0.98% 0.5% -
XYZ 7.17 3.3 20.34 -
YUV 40.16 177.01 156.42 -
System Red Green Blue C M Y K H S L
Decimal 80 3 127 0.37 0.98 0 0.50 277.26 0.95 0.25
Hex 50 3 7F 25 62 0 32 115 5F 19
Octal 120 3 177 45 142 0 62 425 137 31
Binary 1010000 11 1111111 100101 1100010 0 110010 100010101 1011111 11001

Color Harmonies of #50037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50037F

Black with #50037F

Text Example


Text Example

White with #50037F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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