Html Css Color HEX #50039E Indigo

📋 copy color: '#50039E'

red 80 ◦ green 3 ◦ blue 158

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

Shades of Indigo #50039E

Tints of Indigo #50039E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 65.56%

R = 33.2%
G = 1.24%
B = 65.56%

CMYK

 C value IS 0.49

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50039E (or 0x50039E) is known color: Indigo. HEX triplet: 50, 03 and 9E. RGB value is (80,3,158). Sum of RGB (Red+Green+Blue) = 80+3+158=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 158 (62.11% from 255 or 65.56% from 241); Max value from RGB is 158 - color contains mainly: blue. Hex color #50039E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50039E is #AFFC61. Grayscale: #2B2B2B. Windows color (decimal): -11533410 or 10355536. OLE color: 10355536.

HSL color Cylindrical-coordinate representation of color #50039E: hue angle of 269.81º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50039E is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 3 158 -
CMYK 0.49 0.98 0 0.38
HSL 269.81º 0.96% 0.32% -
HSV(B) 269.81º 0.98% 0.62% -
XYZ 9.51 4.24 32.66 -
YUV 43.69 192.51 153.9 -
System Red Green Blue C M Y K H S L
Decimal 80 3 158 0.49 0.98 0 0.38 269.81 0.96 0.32
Hex 50 3 9E 31 62 0 26 10E 60 20
Octal 120 3 236 61 142 0 46 416 140 40
Binary 1010000 11 10011110 110001 1100010 0 100110 100001110 1100000 100000

Color Harmonies of #50039E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50039E

Black with #50039E

Text Example


Text Example

White with #50039E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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