#4D067A

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

Shades of Indigo #4D067A

Tints of Indigo #4D067A

Color information

#4D067A (or 0x4D067A) is unknown color: approx Indigo. HEX triplet: 4D, 06 and 7A. RGB value is (77,6,122). Sum of RGB (Red+Green+Blue) = 77+6+122=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 122 (48.05% from 255 or 59.51% from 205); Max value from RGB is 122 - color contains mainly: blue. Hex color #4D067A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D067A is #B2F985. Grayscale: #282828. Windows color (decimal): -11729286 or 7997005. OLE color: 7997005.

HSL color Cylindrical-coordinate representation of color #4D067A: hue angle of 276.72º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D067A is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB776122-
CMYK0.370.9500.52
HSL276.72º90.62%25.1%-
HSV(B)276.72º95.08%47.84%-
XYZ6.643.1118.66-
YUV40.45174.02154.07-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.56%
GREEN value IS 6 (2.73% from 255) = 2.93%
BLUE value IS 122 (48.05% from 255) = 59.51%
R=37.56%
G=2.93%
B=59.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7761220.370.9500.52276.7290.6225.1
Hex4D67A255F0341155b19
Octal11561724513706442513331
Binary1001101110111101010010110111110110100100010101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D067A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,6,122); }

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

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

 a { background-color: rgb(77,6,122); }

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

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

 span { border-color: rgb(77,6,122); }

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