#50126E

Color #50126E Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #50126E

Tints of Indigo #50126E

Color information

#50126E (or 0x50126E) is unknown color: approx Indigo. HEX triplet: 50, 12 and 6E. RGB value is (80,18,110). Sum of RGB (Red+Green+Blue) = 80+18+110=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 110 (43.36% from 255 or 52.88% from 208); Max value from RGB is 110 - color contains mainly: blue. Hex color #50126E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50126E is #AFED91. Grayscale: #2E2E2E. Windows color (decimal): -11529618 or 7213648. OLE color: 7213648.

HSL color Cylindrical-coordinate representation of color #50126E: hue angle of 280.43º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50126E is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8018110-
CMYK0.270.8400.57
HSL280.43º71.88%25.1%-
HSV(B)280.43º83.64%43.14%-
XYZ6.343.2615.05-
YUV47.03163.54151.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.46%
GREEN value IS 18 (7.42% from 255) = 8.65%
BLUE value IS 110 (43.36% from 255) = 52.88%
R=38.46%
G=8.65%
B=52.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80181100.270.8400.57280.4371.8825.1
Hex50126E1B540391184819
Octal120221563312407143011031
Binary10100001001011011101101110101000111001100011000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50126E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50126E; }

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

 H1.HeaderClassName
 {
   color: #50126E;
 }
 .AnyTagClassName
 {
   color: #50126E;
 }
</style>
background-color css

<style>
 a { background-color: #50126E; }

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

 div.DivClassName
 {
   background-color: #50126E;
 }
 .BgClassName
 {
   background-color: #50126E;
 }
</style>
border-color css

<style>
 span { border-color: #50126E; }

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

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