#4D0D87

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

Shades of Indigo #4D0D87

Tints of Indigo #4D0D87

Color information

#4D0D87 (or 0x4D0D87) is unknown color: approx Indigo. HEX triplet: 4D, 0D and 87. RGB value is (77,13,135). Sum of RGB (Red+Green+Blue) = 77+13+135=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 135 (53.12% from 255 or 60% from 225); Max value from RGB is 135 - color contains mainly: blue. Hex color #4D0D87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0D87 is #B2F278. Grayscale: #2D2D2D. Windows color (decimal): -11727481 or 8850765. OLE color: 8850765.

HSL color Cylindrical-coordinate representation of color #4D0D87: hue angle of 271.48º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D0D87 is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7713135-
CMYK0.430.9000.47
HSL271.48º82.43%29.02%-
HSV(B)271.48º90.37%52.94%-
XYZ7.583.6123.22-
YUV46.04178.2150.08-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.22%
GREEN value IS 13 (5.47% from 255) = 5.78%
BLUE value IS 135 (53.12% from 255) = 60%
R=34.22%
G=5.78%
B=60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal77131350.430.9000.47271.4882.4329.02
Hex4DD872B5A02F10f521d
Octal115152075313205741712235
Binary100110111011000011110101110110100101111100001111101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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