Html Css Color HEX #50057F Indigo

📋 copy color: '#50057F'

red 80 ◦ green 5 ◦ blue 127

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

Shades of Indigo #50057F

Tints of Indigo #50057F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.36%

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

R = 37.74%
G = 2.36%
B = 59.91%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#50057F (or 0x50057F) is known color: Indigo. HEX triplet: 50, 05 and 7F. RGB value is (80,5,127). Sum of RGB (Red+Green+Blue) = 80+5+127=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 127 (50% from 255 or 59.91% from 212); Max value from RGB is 127 - color contains mainly: blue. Hex color #50057F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50057F is #AFFA80. Grayscale: #282828. Windows color (decimal): -11532929 or 8324432. OLE color: 8324432.

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

Color convert

RGB 80 5 127 -
CMYK 0.37 0.96 0 0.50
HSL 276.89º 0.92% 0.26% -
HSV(B) 276.89º 0.96% 0.5% -
XYZ 7.19 3.35 20.35 -
YUV 41.33 176.35 155.58 -
System Red Green Blue C M Y K H S L
Decimal 80 5 127 0.37 0.96 0 0.50 276.89 0.92 0.26
Hex 50 5 7F 25 60 0 32 115 5C 1A
Octal 120 5 177 45 140 0 62 425 134 32
Binary 1010000 101 1111111 100101 1100000 0 110010 100010101 1011100 11010

Color Harmonies of #50057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50057F

Black with #50057F

Text Example


Text Example

White with #50057F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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