Html Css Color HEX #50038E Indigo

📋 copy color: '#50038E'

red 80 ◦ green 3 ◦ blue 142

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

Shades of Indigo #50038E

Tints of Indigo #50038E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.33%

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

R = 35.56%
G = 1.33%
B = 63.11%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#50038E (or 0x50038E) is known color: Indigo. HEX triplet: 50, 03 and 8E. RGB value is (80,3,142). Sum of RGB (Red+Green+Blue) = 80+3+142=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 142 (55.86% from 255 or 63.11% from 225); Max value from RGB is 142 - color contains mainly: blue. Hex color #50038E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50038E is #AFFC71. Grayscale: #292929. Windows color (decimal): -11533426 or 9306960. OLE color: 9306960.

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

Color convert

RGB 80 3 142 -
CMYK 0.44 0.98 0 0.44
HSL 273.24º 0.96% 0.28% -
HSV(B) 273.24º 0.98% 0.56% -
XYZ 8.22 3.72 25.88 -
YUV 41.87 184.51 155.2 -
System Red Green Blue C M Y K H S L
Decimal 80 3 142 0.44 0.98 0 0.44 273.24 0.96 0.28
Hex 50 3 8E 2C 62 0 2C 111 60 1C
Octal 120 3 216 54 142 0 54 421 140 34
Binary 1010000 11 10001110 101100 1100010 0 101100 100010001 1100000 11100

Color Harmonies of #50038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50038E

Black with #50038E

Text Example


Text Example

White with #50038E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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