#50136A

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

Shades of Indigo #50136A

Tints of Indigo #50136A

Color information

#50136A (or 0x50136A) is unknown color: approx Indigo. HEX triplet: 50, 13 and 6A. RGB value is (80,19,106). Sum of RGB (Red+Green+Blue) = 80+19+106=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 106 (41.80% from 255 or 51.71% from 205); Max value from RGB is 106 - color contains mainly: blue. Hex color #50136A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50136A is #AFEC95. Grayscale: #2E2E2E. Windows color (decimal): -11529366 or 6951760. OLE color: 6951760.

HSL color Cylindrical-coordinate representation of color #50136A: hue angle of 282.07º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50136A is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8019106-
CMYK0.250.8200.58
HSL282.07º69.6%24.51%-
HSV(B)282.07º82.08%41.57%-
XYZ6.143.2113.93-
YUV47.16161.21151.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.02%
GREEN value IS 19 (7.81% from 255) = 9.27%
BLUE value IS 106 (41.80% from 255) = 51.71%
R=39.02%
G=9.27%
B=51.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80191060.250.8200.58282.0769.624.51
Hex50136A195203A11a4619
Octal120231523112207243210631
Binary10100001001111010101100110100100111010100011010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50136A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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