#4D005F

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

Shades of Indigo #4D005F

Tints of Indigo #4D005F

Color information

#4D005F (or 0x4D005F) is unknown color: approx Indigo. HEX triplet: 4D, 00 and 5F. RGB value is (77,0,95). Sum of RGB (Red+Green+Blue) = 77+0+95=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 95 (37.5% from 255 or 55.23% from 172); Max value from RGB is 95 - color contains mainly: blue. Hex color #4D005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D005F is #B2FFA0. Grayscale: #212121. Windows color (decimal): -11730849 or 6225997. OLE color: 6225997.

HSL color Cylindrical-coordinate representation of color #4D005F: hue angle of 288.63º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D005F is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB77095-
CMYK0.19100.63
HSL288.63º100%18.63%-
HSV(B)288.63º100%37.25%-
XYZ5.132.411.02-
YUV33.85162.51158.78-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 44.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 95 (37.5% from 255) = 55.23%
R=44.77%
G=0%
B=55.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal770950.19100.63288.6310018.63
Hex4D05F136403F1216413
Octal11501372314407744114423
Binary1001101010111111001111001000111111100100001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D005F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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