Html Css Color HEX #50028F Indigo

📋 copy color: '#50028F'

red 80 ◦ green 2 ◦ blue 143

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

Shades of Indigo #50028F

Tints of Indigo #50028F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.89%

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

R = 35.56%
G = 0.89%
B = 63.56%

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

#50028F (or 0x50028F) is known color: Indigo. HEX triplet: 50, 02 and 8F. RGB value is (80,2,143). Sum of RGB (Red+Green+Blue) = 80+2+143=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 143 (56.25% from 255 or 63.56% from 225); Max value from RGB is 143 - color contains mainly: blue. Hex color #50028F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50028F is #AFFD70. Grayscale: #282828. Windows color (decimal): -11533681 or 9372240. OLE color: 9372240.

HSL color Cylindrical-coordinate representation of color #50028F: hue angle of 273.19º degrees, saturation: 0.97, 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 #50028F is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 2 143 -
CMYK 0.44 0.99 0 0.44
HSL 273.19º 0.97% 0.28% -
HSV(B) 273.19º 0.99% 0.56% -
XYZ 8.29 3.73 26.27 -
YUV 41.4 185.34 155.54 -
System Red Green Blue C M Y K H S L
Decimal 80 2 143 0.44 0.99 0 0.44 273.19 0.97 0.28
Hex 50 2 8F 2C 63 0 2C 111 61 1C
Octal 120 2 217 54 143 0 54 421 141 34
Binary 1010000 10 10001111 101100 1100011 0 101100 100010001 1100001 11100

Color Harmonies of #50028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50028F

Black with #50028F

Text Example


Text Example

White with #50028F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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