#4d056b

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

Shades of Indigo #4D056B

Tints of Indigo #4D056B

Color information

#4D056B (or 0x4D056B) is unknown color: approx Indigo. HEX triplet: 4D, 05 and 6B. RGB value is (77,5,107). Sum of RGB (Red+Green+Blue) = 77+5+107=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 107 (42.19% from 255 or 56.61% from 189); Max value from RGB is 107 - color contains mainly: blue. Hex color #4D056B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D056B is #B2FA94. Grayscale: #252525. Windows color (decimal): -11729557 or 7013709. OLE color: 7013709.

HSL color Cylindrical-coordinate representation of color #4D056B: hue angle of 282.35º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D056B is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB775107-
CMYK0.280.9500.58
HSL282.35º91.07%21.96%-
HSV(B)282.35º95.33%41.96%-
XYZ5.772.7514.14-
YUV38.16166.85155.71-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 40.74%
GREEN value IS 5 (2.34% from 255) = 2.65%
BLUE value IS 107 (42.19% from 255) = 56.61%
R=40.74%
G=2.65%
B=56.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7751070.280.9500.58282.3591.0721.96
Hex4D56B1C5F03A11a5b16
Octal11551533413707243213326
Binary100110110111010111110010111110111010100011010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4d056b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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