#4D06A6

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

Shades of Indigo #4D06A6

Tints of Indigo #4D06A6

Color information

#4D06A6 (or 0x4D06A6) is unknown color: approx Indigo. HEX triplet: 4D, 06 and A6. RGB value is (77,6,166). Sum of RGB (Red+Green+Blue) = 77+6+166=249 (32% of max value = 765). Red value is 77 (30.47% from 255 or 30.92% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 166 (65.23% from 255 or 66.67% from 249); Max value from RGB is 166 - color contains mainly: blue. Hex color #4D06A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D06A6 is #B2F959. Grayscale: #2C2C2C. Windows color (decimal): -11729242 or 10880589. OLE color: 10880589.

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

Color convert

RGB776166-
CMYK0.540.9600.35
HSL266.62º93.02%33.73%-
HSV(B)266.62º96.39%65.1%-
XYZ10.014.4636.41-
YUV45.47196.02150.49-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.92%
GREEN value IS 6 (2.73% from 255) = 2.41%
BLUE value IS 166 (65.23% from 255) = 66.67%
R=30.92%
G=2.41%
B=66.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal7761660.540.9600.35266.6293.0233.73
Hex4D6A6366002310b5d22
Octal11562466614004341313542
Binary100110111010100110110110110000001000111000010111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D06A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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