#4D1999

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

Shades of Indigo #4D1999

Tints of Indigo #4D1999

Color information

#4D1999 (or 0x4D1999) is unknown color: approx Indigo. HEX triplet: 4D, 19 and 99. RGB value is (77,25,153). Sum of RGB (Red+Green+Blue) = 77+25+153=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D1999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1999 is #B2E666. Grayscale: #363636. Windows color (decimal): -11724391 or 10033485. OLE color: 10033485.

HSL color Cylindrical-coordinate representation of color #4D1999: hue angle of 264.38º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D1999 is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7725153-
CMYK0.500.8400.4
HSL264.38º71.91%34.9%-
HSV(B)264.38º83.66%60%-
XYZ9.164.5730.54-
YUV55.14183.23143.59-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.20%
GREEN value IS 25 (10.16% from 255) = 9.80%
BLUE value IS 153 (60.16% from 255) = 60%
R=30.20%
G=9.80%
B=60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal77251530.500.8400.4264.3871.9134.9
Hex4D199932540281084823
Octal115312316212405041011043
Binary10011011100110011001110010101010001010001000010001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,25,153); }

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

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

 a { background-color: rgb(77,25,153); }

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

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

 span { border-color: rgb(77,25,153); }

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