Html Css Color HEX #50048F Indigo

📋 copy color: '#50048F'

red 80 ◦ green 4 ◦ blue 143

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

Shades of Indigo #50048F

Tints of Indigo #50048F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 63%

R = 35.24%
G = 1.76%
B = 63%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#50048F (or 0x50048F) is known color: Indigo. HEX triplet: 50, 04 and 8F. RGB value is (80,4,143). Sum of RGB (Red+Green+Blue) = 80+4+143=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 143 (56.25% from 255 or 63.00% from 227); Max value from RGB is 143 - color contains mainly: blue. Hex color #50048F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50048F is #AFFB70. Grayscale: #2A2A2A. Windows color (decimal): -11533169 or 9372752. OLE color: 9372752.

HSL color Cylindrical-coordinate representation of color #50048F: hue angle of 272.81º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #50048F is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 4 143 -
CMYK 0.44 0.97 0 0.44
HSL 272.81º 0.95% 0.29% -
HSV(B) 272.81º 0.97% 0.56% -
XYZ 8.31 3.78 26.28 -
YUV 42.57 184.68 154.7 -
System Red Green Blue C M Y K H S L
Decimal 80 4 143 0.44 0.97 0 0.44 272.81 0.95 0.29
Hex 50 4 8F 2C 61 0 2C 111 5F 1D
Octal 120 4 217 54 141 0 54 421 137 35
Binary 1010000 100 10001111 101100 1100001 0 101100 100010001 1011111 11101

Color Harmonies of #50048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50048F

Black with #50048F

Text Example


Text Example

White with #50048F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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