#4D0F6F

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

Shades of Indigo #4D0F6F

Tints of Indigo #4D0F6F

Color information

#4D0F6F (or 0x4D0F6F) is unknown color: approx Indigo. HEX triplet: 4D, 0F and 6F. RGB value is (77,15,111). Sum of RGB (Red+Green+Blue) = 77+15+111=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 111 (43.75% from 255 or 54.68% from 203); Max value from RGB is 111 - color contains mainly: blue. Hex color #4D0F6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0F6F is #B2F090. Grayscale: #2C2C2C. Windows color (decimal): -11726993 or 7278413. OLE color: 7278413.

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

Color convert

RGB7715111-
CMYK0.310.8600.56
HSL278.75º76.19%24.71%-
HSV(B)278.75º86.49%43.53%-
XYZ6.13.0715.31-
YUV44.48165.54151.19-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.93%
GREEN value IS 15 (6.25% from 255) = 7.39%
BLUE value IS 111 (43.75% from 255) = 54.68%
R=37.93%
G=7.39%
B=54.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal77151110.310.8600.56278.7576.1924.71
Hex4DF6F1F560381174c19
Octal115171573712607042711431
Binary1001101111111011111111110101100111000100010111100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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