#4D0E84

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

Shades of Indigo #4D0E84

Tints of Indigo #4D0E84

Color information

#4D0E84 (or 0x4D0E84) is unknown color: approx Indigo. HEX triplet: 4D, 0E and 84. RGB value is (77,14,132). Sum of RGB (Red+Green+Blue) = 77+14+132=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #4D0E84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0E84 is #B2F17B. Grayscale: #2D2D2D. Windows color (decimal): -11727228 or 8654413. OLE color: 8654413.

HSL color Cylindrical-coordinate representation of color #4D0E84: hue angle of 272.03º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D0E84 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7714132-
CMYK0.420.8900.48
HSL272.03º80.82%28.63%-
HSV(B)272.03º89.39%51.76%-
XYZ7.383.5622.13-
YUV46.29176.37149.91-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.53%
GREEN value IS 14 (5.86% from 255) = 6.28%
BLUE value IS 132 (51.95% from 255) = 59.19%
R=34.53%
G=6.28%
B=59.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal77141320.420.8900.48272.0380.8228.63
Hex4DE842A59030110511d
Octal115162045213106042012135
Binary100110111101000010010101010110010110000100010000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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