#4A0596

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

Shades of Indigo #4A0596

Tints of Indigo #4A0596

Color information

#4A0596 (or 0x4A0596) is unknown color: approx Indigo. HEX triplet: 4A, 05 and 96. RGB value is (74,5,150). Sum of RGB (Red+Green+Blue) = 74+5+150=229 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.31% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 150 (58.98% from 255 or 65.50% from 229); Max value from RGB is 150 - color contains mainly: blue. Hex color #4A0596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0596 is #B5FA69. Grayscale: #292929. Windows color (decimal): -11926122 or 9831754. OLE color: 9831754.

HSL color Cylindrical-coordinate representation of color #4A0596: hue angle of 268.55º degrees, saturation: 0.94, 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 #4A0596 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB745150-
CMYK0.510.9700.41
HSL268.55º93.55%30.39%-
HSV(B)268.55º96.67%58.82%-
XYZ8.383.7729.14-
YUV42.16188.86150.71-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.31%
GREEN value IS 5 (2.34% from 255) = 2.18%
BLUE value IS 150 (58.98% from 255) = 65.50%
R=32.31%
G=2.18%
B=65.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal7451500.510.9700.41268.5593.5530.39
Hex4A596336102910d5e1e
Octal11252266314105141513636
Binary10010101011001011011001111000010101001100001101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,5,150); }

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

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

 a { background-color: rgb(74,5,150); }

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

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

 span { border-color: rgb(74,5,150); }

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