#4D079F

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

Shades of Indigo #4D079F

Tints of Indigo #4D079F

Color information

#4D079F (or 0x4D079F) is unknown color: approx Indigo. HEX triplet: 4D, 07 and 9F. RGB value is (77,7,159). Sum of RGB (Red+Green+Blue) = 77+7+159=243 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.69% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D079F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D079F is #B2F860. Grayscale: #2C2C2C. Windows color (decimal): -11728993 or 10422093. OLE color: 10422093.

HSL color Cylindrical-coordinate representation of color #4D079F: hue angle of 267.63º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D079F is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB777159-
CMYK0.520.9600.38
HSL267.63º91.57%32.55%-
HSV(B)267.63º95.6%62.35%-
XYZ9.394.2333.12-
YUV45.26192.19150.64-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.69%
GREEN value IS 7 (3.12% from 255) = 2.88%
BLUE value IS 159 (62.5% from 255) = 65.43%
R=31.69%
G=2.88%
B=65.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7771590.520.9600.38267.6391.5732.55
Hex4D79F346002610c5c21
Octal11572376414004641413441
Binary100110111110011111110100110000001001101000011001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D079F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,7,159); }

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

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

 a { background-color: rgb(77,7,159); }

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

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

 span { border-color: rgb(77,7,159); }

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