Html Css Color HEX #50045F Indigo

📋 copy color: '#50045F'

red 80 ◦ green 4 ◦ blue 95

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

Shades of Indigo #50045F

Tints of Indigo #50045F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 53.07%

R = 44.69%
G = 2.23%
B = 53.07%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#50045F (or 0x50045F) is known color: Indigo. HEX triplet: 50, 04 and 5F. RGB value is (80,4,95). Sum of RGB (Red+Green+Blue) = 80+4+95=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 95 (37.5% from 255 or 53.07% from 179); Max value from RGB is 95 - color contains mainly: blue. Hex color #50045F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50045F is #AFFBA0. Grayscale: #242424. Windows color (decimal): -11533217 or 6227024. OLE color: 6227024.

HSL color Cylindrical-coordinate representation of color #50045F: hue angle of 290.11º 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 #50045F is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 80 4 95 -
CMYK 0.16 0.96 0 0.63
HSL 290.11º 0.92% 0.19% -
HSV(B) 290.11º 0.96% 0.37% -
XYZ 5.42 2.62 11.05 -
YUV 37.1 160.68 158.6 -
System Red Green Blue C M Y K H S L
Decimal 80 4 95 0.16 0.96 0 0.63 290.11 0.92 0.19
Hex 50 4 5F 10 60 0 3F 122 5C 13
Octal 120 4 137 20 140 0 77 442 134 23
Binary 1010000 100 1011111 10000 1100000 0 111111 100100010 1011100 10011

Color Harmonies of #50045F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50045F

Black with #50045F

Text Example


Text Example

White with #50045F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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