#4D087F

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

Shades of Indigo #4D087F

Tints of Indigo #4D087F

Color information

#4D087F (or 0x4D087F) is unknown color: approx Indigo. HEX triplet: 4D, 08 and 7F. RGB value is (77,8,127). Sum of RGB (Red+Green+Blue) = 77+8+127=212 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.32% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 127 (50% from 255 or 59.91% from 212); Max value from RGB is 127 - color contains mainly: blue. Hex color #4D087F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D087F is #B2F780. Grayscale: #292929. Windows color (decimal): -11728769 or 8325197. OLE color: 8325197.

HSL color Cylindrical-coordinate representation of color #4D087F: hue angle of 274.79º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D087F is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB778127-
CMYK0.390.9400.50
HSL274.79º88.15%26.47%-
HSV(B)274.79º93.7%49.8%-
XYZ6.983.2820.34-
YUV42.2175.86152.82-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 36.32%
GREEN value IS 8 (3.52% from 255) = 3.77%
BLUE value IS 127 (50% from 255) = 59.91%
R=36.32%
G=3.77%
B=59.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7781270.390.9400.50274.7988.1526.47
Hex4D87F275E032113581a
Octal115101774713606242313032
Binary10011011000111111110011110111100110010100010011101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D087F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,8,127); }

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

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

 a { background-color: rgb(77,8,127); }

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

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

 span { border-color: rgb(77,8,127); }

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