Html Css Color HEX #50157D Indigo

📋 copy color: '#50157D'

red 80 ◦ green 21 ◦ blue 125

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

Shades of Indigo #50157D

Tints of Indigo #50157D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 55.31%

R = 35.4%
G = 9.29%
B = 55.31%

CMYK

 C value IS 0.36

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50157D (or 0x50157D) is known color: Indigo. HEX triplet: 50, 15 and 7D. RGB value is (80,21,125). Sum of RGB (Red+Green+Blue) = 80+21+125=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 125 (49.22% from 255 or 55.31% from 226); Max value from RGB is 125 - color contains mainly: blue. Hex color #50157D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50157D is #AFEA82. Grayscale: #323232. Windows color (decimal): -11528835 or 8197456. OLE color: 8197456.

HSL color Cylindrical-coordinate representation of color #50157D: hue angle of 274.04º 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 #50157D is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 21 125 -
CMYK 0.36 0.83 0 0.51
HSL 274.04º 0.71% 0.29% -
HSV(B) 274.04º 0.83% 0.49% -
XYZ 7.28 3.72 19.74 -
YUV 50.5 170.05 149.04 -
System Red Green Blue C M Y K H S L
Decimal 80 21 125 0.36 0.83 0 0.51 274.04 0.71 0.29
Hex 50 15 7D 24 53 0 33 112 47 1D
Octal 120 25 175 44 123 0 63 422 107 35
Binary 1010000 10101 1111101 100100 1010011 0 110011 100010010 1000111 11101

Color Harmonies of #50157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50157D

Black with #50157D

Text Example


Text Example

White with #50157D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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