#50136E

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

Shades of Indigo #50136E

Tints of Indigo #50136E

Color information

#50136E (or 0x50136E) is unknown color: approx Indigo. HEX triplet: 50, 13 and 6E. RGB value is (80,19,110). Sum of RGB (Red+Green+Blue) = 80+19+110=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #50136E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50136E is #AFEC91. Grayscale: #2F2F2F. Windows color (decimal): -11529362 or 7213904. OLE color: 7213904.

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

Color convert

RGB8019110-
CMYK0.270.8300.57
HSL280.22º70.54%25.29%-
HSV(B)280.22º82.73%43.14%-
XYZ6.363.315.05-
YUV47.61163.21151.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.28%
GREEN value IS 19 (7.81% from 255) = 9.09%
BLUE value IS 110 (43.36% from 255) = 52.63%
R=38.28%
G=9.09%
B=52.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80191100.270.8300.57280.2270.5425.29
Hex50136E1B530391184719
Octal120231563312307143010731
Binary10100001001111011101101110100110111001100011000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50136E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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