#4D136F

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

Shades of Indigo #4D136F

Tints of Indigo #4D136F

Color information

#4D136F (or 0x4D136F) is unknown color: approx Indigo. HEX triplet: 4D, 13 and 6F. RGB value is (77,19,111). Sum of RGB (Red+Green+Blue) = 77+19+111=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 111 (43.75% from 255 or 53.62% from 207); Max value from RGB is 111 - color contains mainly: blue. Hex color #4D136F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D136F is #B2EC90. Grayscale: #2E2E2E. Windows color (decimal): -11725969 or 7279437. OLE color: 7279437.

HSL color Cylindrical-coordinate representation of color #4D136F: hue angle of 277.83º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D136F is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7719111-
CMYK0.310.8300.56
HSL277.83º70.77%25.49%-
HSV(B)277.83º82.88%43.53%-
XYZ6.163.1915.33-
YUV46.83164.22149.52-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.20%
GREEN value IS 19 (7.81% from 255) = 9.18%
BLUE value IS 111 (43.75% from 255) = 53.62%
R=37.20%
G=9.18%
B=53.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal77191110.310.8300.56277.8370.7725.49
Hex4D136F1F530381164719
Octal115231573712307042610731
Binary10011011001111011111111110100110111000100010110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D136F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D136F; }

 p { color: rgb(77,19,111); }

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

<style>
 a { background-color: #4D136F; }

 a { background-color: rgb(77,19,111); }

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

<style>
 span { border-color: #4D136F; }

 span { border-color: rgb(77,19,111); }

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