Html Css Color HEX #50157E Indigo

📋 copy color: '#50157E'

red 80 ◦ green 21 ◦ blue 126

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

Shades of Indigo #50157E

Tints of Indigo #50157E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 55.51%

R = 35.24%
G = 9.25%
B = 55.51%

CMYK

 C value IS 0.37

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50157E (or 0x50157E) is known color: Indigo. HEX triplet: 50, 15 and 7E. RGB value is (80,21,126). Sum of RGB (Red+Green+Blue) = 80+21+126=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 126 (49.61% from 255 or 55.51% from 227); Max value from RGB is 126 - color contains mainly: blue. Hex color #50157E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50157E is #AFEA81. Grayscale: #323232. Windows color (decimal): -11528834 or 8262992. OLE color: 8262992.

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

Color convert

RGB 80 21 126 -
CMYK 0.37 0.83 0 0.51
HSL 273.71º 0.71% 0.29% -
HSV(B) 273.71º 0.83% 0.49% -
XYZ 7.34 3.75 20.08 -
YUV 50.61 170.55 148.96 -
System Red Green Blue C M Y K H S L
Decimal 80 21 126 0.37 0.83 0 0.51 273.71 0.71 0.29
Hex 50 15 7E 25 53 0 33 112 47 1D
Octal 120 25 176 45 123 0 63 422 107 35
Binary 1010000 10101 1111110 100101 1010011 0 110011 100010010 1000111 11101

Color Harmonies of #50157E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50157E

Black with #50157E

Text Example


Text Example

White with #50157E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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