Html Css Color HEX #50028D Indigo

📋 copy color: '#50028D'

red 80 ◦ green 2 ◦ blue 141

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

Shades of Indigo #50028D

Tints of Indigo #50028D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 63.23%

R = 35.87%
G = 0.9%
B = 63.23%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50028D (or 0x50028D) is known color: Indigo. HEX triplet: 50, 02 and 8D. RGB value is (80,2,141). Sum of RGB (Red+Green+Blue) = 80+2+141=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 141 (55.47% from 255 or 63.23% from 223); Max value from RGB is 141 - color contains mainly: blue. Hex color #50028D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50028D is #AFFD72. Grayscale: #282828. Windows color (decimal): -11533683 or 9241168. OLE color: 9241168.

HSL color Cylindrical-coordinate representation of color #50028D: hue angle of 273.67º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50028D is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 2 141 -
CMYK 0.43 0.99 0 0.45
HSL 273.67º 0.97% 0.28% -
HSV(B) 273.67º 0.99% 0.55% -
XYZ 8.14 3.67 25.48 -
YUV 41.17 184.34 155.7 -
System Red Green Blue C M Y K H S L
Decimal 80 2 141 0.43 0.99 0 0.45 273.67 0.97 0.28
Hex 50 2 8D 2B 63 0 2D 112 61 1C
Octal 120 2 215 53 143 0 55 422 141 34
Binary 1010000 10 10001101 101011 1100011 0 101101 100010010 1100001 11100

Color Harmonies of #50028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50028D

Black with #50028D

Text Example


Text Example

White with #50028D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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