Html Css Color HEX #50038F Indigo

📋 copy color: '#50038F'

red 80 ◦ green 3 ◦ blue 143

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

Shades of Indigo #50038F

Tints of Indigo #50038F

RGB

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

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

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

R = 35.4%
G = 1.33%
B = 63.27%

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

#50038F (or 0x50038F) is known color: Indigo. HEX triplet: 50, 03 and 8F. RGB value is (80,3,143). Sum of RGB (Red+Green+Blue) = 80+3+143=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 143 (56.25% from 255 or 63.27% from 226); Max value from RGB is 143 - color contains mainly: blue. Hex color #50038F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50038F is #AFFC70. Grayscale: #292929. Windows color (decimal): -11533425 or 9372496. OLE color: 9372496.

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

Color convert

RGB 80 3 143 -
CMYK 0.44 0.98 0 0.44
HSL 273º 0.96% 0.29% -
HSV(B) 273º 0.98% 0.56% -
XYZ 8.3 3.75 26.27 -
YUV 41.98 185.01 155.12 -
System Red Green Blue C M Y K H S L
Decimal 80 3 143 0.44 0.98 0 0.44 273 0.96 0.29
Hex 50 3 8F 2C 62 0 2C 111 60 1D
Octal 120 3 217 54 142 0 54 421 140 35
Binary 1010000 11 10001111 101100 1100010 0 101100 100010001 1100000 11101

Color Harmonies of #50038F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50038F

Black with #50038F

Text Example


Text Example

White with #50038F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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