#4D008E

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

Shades of Indigo #4D008E

Tints of Indigo #4D008E

Color information

#4D008E (or 0x4D008E) is unknown color: approx Indigo. HEX triplet: 4D, 00 and 8E. RGB value is (77,0,142). Sum of RGB (Red+Green+Blue) = 77+0+142=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 142 (55.86% from 255 or 64.84% from 219); Max value from RGB is 142 - color contains mainly: blue. Hex color #4D008E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D008E is #B2FF71. Grayscale: #262626. Windows color (decimal): -11730802 or 9306189. OLE color: 9306189.

HSL color Cylindrical-coordinate representation of color #4D008E: hue angle of 272.54º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D008E is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB770142-
CMYK0.46100.44
HSL272.54º100%27.84%-
HSV(B)272.54º100%55.69%-
XYZ7.943.5325.85-
YUV39.21186.01154.95-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 142 (55.86% from 255) = 64.84%
R=35.16%
G=0%
B=64.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7701420.46100.44272.5410027.84
Hex4D08E2E6402C111641c
Octal11502165614405442114434
Binary100110101000111010111011001000101100100010001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D008E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,0,142); }

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

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

 a { background-color: rgb(77,0,142); }

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

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

 span { border-color: rgb(77,0,142); }

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