Html Css Color HEX #50198E Indigo

📋 copy color: '#50198E'

red 80 ◦ green 25 ◦ blue 142

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

Shades of Indigo #50198E

Tints of Indigo #50198E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.12%

 BLUE value IS 142 (55.86% from 255) = 57.49%

R = 32.39%
G = 10.12%
B = 57.49%

CMYK

 C value IS 0.44

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#50198E (or 0x50198E) is known color: Indigo. HEX triplet: 50, 19 and 8E. RGB value is (80,25,142). Sum of RGB (Red+Green+Blue) = 80+25+142=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 142 (55.86% from 255 or 57.49% from 247); Max value from RGB is 142 - color contains mainly: blue. Hex color #50198E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50198E is #AFE671. Grayscale: #363636. Windows color (decimal): -11527794 or 9312592. OLE color: 9312592.

HSL color Cylindrical-coordinate representation of color #50198E: hue angle of 268.21º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50198E is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 25 142 -
CMYK 0.44 0.82 0 0.44
HSL 268.21º 0.7% 0.33% -
HSV(B) 268.21º 0.82% 0.56% -
XYZ 8.54 4.35 25.98 -
YUV 54.78 177.22 145.99 -
System Red Green Blue C M Y K H S L
Decimal 80 25 142 0.44 0.82 0 0.44 268.21 0.7 0.33
Hex 50 19 8E 2C 52 0 2C 10C 46 21
Octal 120 31 216 54 122 0 54 414 106 41
Binary 1010000 11001 10001110 101100 1010010 0 101100 100001100 1000110 100001

Color Harmonies of #50198E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50198E

Black with #50198E

Text Example


Text Example

White with #50198E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,25,142); }

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

background-color css

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

 a { background-color: rgb(80,25,142); }

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

border-color css

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

 span { border-color: rgb(80,25,142); }

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