#4D0E72

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

Shades of Indigo #4D0E72

Tints of Indigo #4D0E72

Color information

#4D0E72 (or 0x4D0E72) is unknown color: approx Indigo. HEX triplet: 4D, 0E and 72. RGB value is (77,14,114). Sum of RGB (Red+Green+Blue) = 77+14+114=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D0E72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0E72 is #B2F18D. Grayscale: #2B2B2B. Windows color (decimal): -11727246 or 7474765. OLE color: 7474765.

HSL color Cylindrical-coordinate representation of color #4D0E72: hue angle of 277.8º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D0E72 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7714114-
CMYK0.320.8800.55
HSL277.8º78.12%25.1%-
HSV(B)277.8º87.72%44.71%-
XYZ6.253.1116.19-
YUV44.24167.37151.37-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.56%
GREEN value IS 14 (5.86% from 255) = 6.83%
BLUE value IS 114 (44.92% from 255) = 55.61%
R=37.56%
G=6.83%
B=55.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal77141140.320.8800.55277.878.1225.1
Hex4DE7220580371164e19
Octal115161624013006742611631
Binary10011011110111001010000010110000110111100010110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,14,114); }

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

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

 a { background-color: rgb(77,14,114); }

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

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

 span { border-color: rgb(77,14,114); }

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