Html Css Color HEX #50018F Indigo

📋 copy color: '#50018F'

red 80 ◦ green 1 ◦ blue 143

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

Shades of Indigo #50018F

Tints of Indigo #50018F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 35.71%
G = 0.45%
B = 63.84%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#50018F (or 0x50018F) is known color: Indigo. HEX triplet: 50, 01 and 8F. RGB value is (80,1,143). Sum of RGB (Red+Green+Blue) = 80+1+143=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 143 (56.25% from 255 or 63.84% from 224); Max value from RGB is 143 - color contains mainly: blue. Hex color #50018F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50018F is #AFFE70. Grayscale: #282828. Windows color (decimal): -11533937 or 9371984. OLE color: 9371984.

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

Color convert

RGB 80 1 143 -
CMYK 0.44 0.99 0 0.44
HSL 273.38º 0.99% 0.28% -
HSV(B) 273.38º 0.99% 0.56% -
XYZ 8.28 3.71 26.27 -
YUV 40.81 185.67 155.95 -
System Red Green Blue C M Y K H S L
Decimal 80 1 143 0.44 0.99 0 0.44 273.38 0.99 0.28
Hex 50 1 8F 2C 63 0 2C 111 63 1C
Octal 120 1 217 54 143 0 54 421 143 34
Binary 1010000 1 10001111 101100 1100011 0 101100 100010001 1100011 11100

Color Harmonies of #50018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50018F

Black with #50018F

Text Example


Text Example

White with #50018F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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