#4D0575

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

Shades of Indigo #4D0575

Tints of Indigo #4D0575

Color information

#4D0575 (or 0x4D0575) is unknown color: approx Indigo. HEX triplet: 4D, 05 and 75. RGB value is (77,5,117). Sum of RGB (Red+Green+Blue) = 77+5+117=199 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.69% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #4D0575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0575 is #B2FA8A. Grayscale: #262626. Windows color (decimal): -11729547 or 7669069. OLE color: 7669069.

HSL color Cylindrical-coordinate representation of color #4D0575: hue angle of 278.57º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D0575 is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB775117-
CMYK0.340.9600.54
HSL278.57º91.8%23.92%-
HSV(B)278.57º95.73%45.88%-
XYZ6.332.9717.07-
YUV39.3171.85154.89-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.69%
GREEN value IS 5 (2.34% from 255) = 2.51%
BLUE value IS 117 (46.09% from 255) = 58.79%
R=38.69%
G=2.51%
B=58.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7751170.340.9600.54278.5791.823.92
Hex4D57522600361175c18
Octal11551654214006642713430
Binary1001101101111010110001011000000110110100010111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,5,117); }

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

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

 a { background-color: rgb(77,5,117); }

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

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

 span { border-color: rgb(77,5,117); }

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