Html Css Color HEX #50029F Indigo

📋 copy color: '#50029F'

red 80 ◦ green 2 ◦ blue 159

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

Shades of Indigo #50029F

Tints of Indigo #50029F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 65.98%

R = 33.2%
G = 0.83%
B = 65.98%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50029F (or 0x50029F) is known color: Indigo. HEX triplet: 50, 02 and 9F. RGB value is (80,2,159). Sum of RGB (Red+Green+Blue) = 80+2+159=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 159 (62.5% from 255 or 65.98% from 241); Max value from RGB is 159 - color contains mainly: blue. Hex color #50029F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50029F is #AFFD60. Grayscale: #2A2A2A. Windows color (decimal): -11533665 or 10420816. OLE color: 10420816.

HSL color Cylindrical-coordinate representation of color #50029F: hue angle of 269.81º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50029F is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 2 159 -
CMYK 0.50 0.99 0 0.38
HSL 269.81º 0.98% 0.32% -
HSV(B) 269.81º 0.99% 0.62% -
XYZ 9.59 4.25 33.12 -
YUV 43.22 193.34 154.23 -
System Red Green Blue C M Y K H S L
Decimal 80 2 159 0.50 0.99 0 0.38 269.81 0.98 0.32
Hex 50 2 9F 32 63 0 26 10E 62 20
Octal 120 2 237 62 143 0 46 416 142 40
Binary 1010000 10 10011111 110010 1100011 0 100110 100001110 1100010 100000

Color Harmonies of #50029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50029F

Black with #50029F

Text Example


Text Example

White with #50029F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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