#4A059C

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

Shades of Indigo #4A059C

Tints of Indigo #4A059C

Color information

#4A059C (or 0x4A059C) is unknown color: approx Indigo. HEX triplet: 4A, 05 and 9C. RGB value is (74,5,156). Sum of RGB (Red+Green+Blue) = 74+5+156=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 156 (61.33% from 255 or 66.38% from 235); Max value from RGB is 156 - color contains mainly: blue. Hex color #4A059C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A059C is #B5FA63. Grayscale: #2A2A2A. Windows color (decimal): -11926116 or 10224970. OLE color: 10224970.

HSL color Cylindrical-coordinate representation of color #4A059C: hue angle of 267.42º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A059C is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB745156-
CMYK0.530.9700.39
HSL267.42º93.79%31.57%-
HSV(B)267.42º96.79%61.18%-
XYZ8.883.9631.75-
YUV42.84191.86150.22-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.49%
GREEN value IS 5 (2.34% from 255) = 2.13%
BLUE value IS 156 (61.33% from 255) = 66.38%
R=31.49%
G=2.13%
B=66.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal7451560.530.9700.39267.4293.7931.57
Hex4A59C356102710b5e20
Octal11252346514104741313640
Binary100101010110011100110101110000101001111000010111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A059C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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