#4D0D7D

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

Shades of Indigo #4D0D7D

Tints of Indigo #4D0D7D

Color information

#4D0D7D (or 0x4D0D7D) is unknown color: approx Indigo. HEX triplet: 4D, 0D and 7D. RGB value is (77,13,125). Sum of RGB (Red+Green+Blue) = 77+13+125=215 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.81% from 215); Green value is 13 (5.47% from 255 or 6.05% from 215); Blue value is 125 (49.22% from 255 or 58.14% from 215); Max value from RGB is 125 - color contains mainly: blue. Hex color #4D0D7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0D7D is #B2F282. Grayscale: #2C2C2C. Windows color (decimal): -11727491 or 8195405. OLE color: 8195405.

HSL color Cylindrical-coordinate representation of color #4D0D7D: hue angle of 274.29º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D0D7D is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7713125-
CMYK0.380.9000.51
HSL274.29º81.16%27.06%-
HSV(B)274.29º89.6%49.02%-
XYZ6.913.3519.68-
YUV44.9173.2150.89-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.81%
GREEN value IS 13 (5.47% from 255) = 6.05%
BLUE value IS 125 (49.22% from 255) = 58.14%
R=35.81%
G=6.05%
B=58.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal77131250.380.9000.51274.2981.1627.06
Hex4DD7D265A033112511b
Octal115151754613206342212133
Binary10011011101111110110011010110100110011100010010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,13,125); }

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

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

 a { background-color: rgb(77,13,125); }

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

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

 span { border-color: rgb(77,13,125); }

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