Html Css Color HEX #50157F Indigo

📋 copy color: '#50157F'

red 80 ◦ green 21 ◦ blue 127

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

Shades of Indigo #50157F

Tints of Indigo #50157F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.21%

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

R = 35.09%
G = 9.21%
B = 55.7%

CMYK

 C value IS 0.37

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#50157F (or 0x50157F) is known color: Indigo. HEX triplet: 50, 15 and 7F. RGB value is (80,21,127). Sum of RGB (Red+Green+Blue) = 80+21+127=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 127 (50% from 255 or 55.70% from 228); Max value from RGB is 127 - color contains mainly: blue. Hex color #50157F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50157F is #AFEA80. Grayscale: #323232. Windows color (decimal): -11528833 or 8328528. OLE color: 8328528.

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

Color convert

RGB 80 21 127 -
CMYK 0.37 0.83 0 0.50
HSL 273.4º 0.72% 0.29% -
HSV(B) 273.4º 0.83% 0.5% -
XYZ 7.41 3.77 20.42 -
YUV 50.73 171.05 148.88 -
System Red Green Blue C M Y K H S L
Decimal 80 21 127 0.37 0.83 0 0.50 273.4 0.72 0.29
Hex 50 15 7F 25 53 0 32 111 48 1D
Octal 120 25 177 45 123 0 62 421 110 35
Binary 1010000 10101 1111111 100101 1010011 0 110010 100010001 1001000 11101

Color Harmonies of #50157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50157F

Black with #50157F

Text Example


Text Example

White with #50157F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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