#4D0496

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

Shades of Indigo #4D0496

Tints of Indigo #4D0496

Color information

#4D0496 (or 0x4D0496) is unknown color: approx Indigo. HEX triplet: 4D, 04 and 96. RGB value is (77,4,150). Sum of RGB (Red+Green+Blue) = 77+4+150=231 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.33% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 150 (58.98% from 255 or 64.94% from 231); Max value from RGB is 150 - color contains mainly: blue. Hex color #4D0496 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0496 is #B2FB69. Grayscale: #292929. Windows color (decimal): -11729770 or 9831501. OLE color: 9831501.

HSL color Cylindrical-coordinate representation of color #4D0496: hue angle of 270º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D0496 is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB774150-
CMYK0.490.9700.41
HSL270º94.81%30.2%-
HSV(B)270º97.33%58.82%-
XYZ8.613.8729.15-
YUV42.47188.68152.63-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.33%
GREEN value IS 4 (1.95% from 255) = 1.73%
BLUE value IS 150 (58.98% from 255) = 64.94%
R=33.33%
G=1.73%
B=64.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal7741500.490.9700.4127094.8130.2
Hex4D496316102910e5f1e
Octal11542266114105141613736
Binary10011011001001011011000111000010101001100001110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,4,150); }

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

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

 a { background-color: rgb(77,4,150); }

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

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

 span { border-color: rgb(77,4,150); }

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