Html Css Color HEX #50129F Indigo

📋 copy color: '#50129F'

red 80 ◦ green 18 ◦ blue 159

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

Shades of Indigo #50129F

Tints of Indigo #50129F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7%

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

R = 31.13%
G = 7%
B = 61.87%

CMYK

 C value IS 0.50

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50129F (or 0x50129F) is known color: Indigo. HEX triplet: 50, 12 and 9F. RGB value is (80,18,159). Sum of RGB (Red+Green+Blue) = 80+18+159=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 159 (62.5% from 255 or 61.87% from 257); Max value from RGB is 159 - color contains mainly: blue. Hex color #50129F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50129F is #AFED60. Grayscale: #343434. Windows color (decimal): -11529569 or 10424912. OLE color: 10424912.

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

Color convert

RGB 80 18 159 -
CMYK 0.50 0.89 0 0.38
HSL 266.38º 0.8% 0.35% -
HSV(B) 266.38º 0.89% 0.62% -
XYZ 9.78 4.64 33.18 -
YUV 52.61 188.04 147.54 -
System Red Green Blue C M Y K H S L
Decimal 80 18 159 0.50 0.89 0 0.38 266.38 0.8 0.35
Hex 50 12 9F 32 59 0 26 10A 50 23
Octal 120 22 237 62 131 0 46 412 120 43
Binary 1010000 10010 10011111 110010 1011001 0 100110 100001010 1010000 100011

Color Harmonies of #50129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50129F

Black with #50129F

Text Example


Text Example

White with #50129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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