Html Css Color HEX #50137E Indigo

📋 copy color: '#50137E'

red 80 ◦ green 19 ◦ blue 126

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

Shades of Indigo #50137E

Tints of Indigo #50137E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.44%

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

R = 35.56%
G = 8.44%
B = 56%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50137E (or 0x50137E) is known color: Indigo. HEX triplet: 50, 13 and 7E. RGB value is (80,19,126). Sum of RGB (Red+Green+Blue) = 80+19+126=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 126 (49.61% from 255 or 56% from 225); Max value from RGB is 126 - color contains mainly: blue. Hex color #50137E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50137E is #AFEC81. Grayscale: #313131. Windows color (decimal): -11529346 or 8262480. OLE color: 8262480.

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

Color convert

RGB 80 19 126 -
CMYK 0.37 0.85 0 0.51
HSL 274.21º 0.74% 0.28% -
HSV(B) 274.21º 0.85% 0.49% -
XYZ 7.31 3.68 20.06 -
YUV 49.44 171.21 149.8 -
System Red Green Blue C M Y K H S L
Decimal 80 19 126 0.37 0.85 0 0.51 274.21 0.74 0.28
Hex 50 13 7E 25 55 0 33 112 4A 1C
Octal 120 23 176 45 125 0 63 422 112 34
Binary 1010000 10011 1111110 100101 1010101 0 110011 100010010 1001010 11100

Color Harmonies of #50137E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50137E

Black with #50137E

Text Example


Text Example

White with #50137E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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