Html Css Color HEX #50045E Indigo

📋 copy color: '#50045E'

red 80 ◦ green 4 ◦ blue 94

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

Shades of Indigo #50045E

Tints of Indigo #50045E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.25%

 BLUE value IS 94 (37.11% from 255) = 52.81%

R = 44.94%
G = 2.25%
B = 52.81%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#50045E (or 0x50045E) is known color: Indigo. HEX triplet: 50, 04 and 5E. RGB value is (80,4,94). Sum of RGB (Red+Green+Blue) = 80+4+94=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 94 (37.11% from 255 or 52.81% from 178); Max value from RGB is 94 - color contains mainly: blue. Hex color #50045E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50045E is #AFFBA1. Grayscale: #242424. Windows color (decimal): -11533218 or 6161488. OLE color: 6161488.

HSL color Cylindrical-coordinate representation of color #50045E: hue angle of 290.67º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50045E is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 80 4 94 -
CMYK 0.15 0.96 0 0.63
HSL 290.67º 0.92% 0.19% -
HSV(B) 290.67º 0.96% 0.37% -
XYZ 5.37 2.6 10.81 -
YUV 36.98 160.18 158.68 -
System Red Green Blue C M Y K H S L
Decimal 80 4 94 0.15 0.96 0 0.63 290.67 0.92 0.19
Hex 50 4 5E F 60 0 3F 123 5C 13
Octal 120 4 136 17 140 0 77 443 134 23
Binary 1010000 100 1011110 1111 1100000 0 111111 100100011 1011100 10011

Color Harmonies of #50045E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50045E

Black with #50045E

Text Example


Text Example

White with #50045E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,4,94); }

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

background-color css

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

 a { background-color: rgb(80,4,94); }

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

border-color css

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

 span { border-color: rgb(80,4,94); }

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