#4D0F72

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

Shades of Indigo #4D0F72

Tints of Indigo #4D0F72

Color information

#4D0F72 (or 0x4D0F72) is unknown color: approx Indigo. HEX triplet: 4D, 0F and 72. RGB value is (77,15,114). Sum of RGB (Red+Green+Blue) = 77+15+114=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D0F72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0F72 is #B2F08D. Grayscale: #2C2C2C. Windows color (decimal): -11726990 or 7475021. OLE color: 7475021.

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

Color convert

RGB7715114-
CMYK0.320.8700.55
HSL277.58º76.74%25.29%-
HSV(B)277.58º86.84%44.71%-
XYZ6.273.1316.19-
YUV44.82167.04150.95-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.38%
GREEN value IS 15 (6.25% from 255) = 7.28%
BLUE value IS 114 (44.92% from 255) = 55.34%
R=37.38%
G=7.28%
B=55.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal77151140.320.8700.55277.5876.7425.29
Hex4DF7220570371164d19
Octal115171624012706742611531
Binary10011011111111001010000010101110110111100010110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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