#4D005B

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

Shades of Indigo #4D005B

Tints of Indigo #4D005B

Color information

#4D005B (or 0x4D005B) is unknown color: approx Indigo. HEX triplet: 4D, 00 and 5B. RGB value is (77,0,91). Sum of RGB (Red+Green+Blue) = 77+0+91=168 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.83% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 91 (35.94% from 255 or 54.17% from 168); Max value from RGB is 91 - color contains mainly: blue. Hex color #4D005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D005B is #B2FFA4. Grayscale: #212121. Windows color (decimal): -11730853 or 5963853. OLE color: 5963853.

HSL color Cylindrical-coordinate representation of color #4D005B: hue angle of 290.77º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D005B is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB77091-
CMYK0.15100.64
HSL290.77º100%17.84%-
HSV(B)290.77º100%35.69%-
XYZ4.952.3310.09-
YUV33.4160.51159.1-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 45.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 54.17%
R=45.83%
G=0%
B=54.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal770910.15100.64290.7710017.84
Hex4D05BF640401236412
Octal115013317144010044314422
Binary1001101010110111111110010001000000100100011110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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