#4A0574

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

Shades of Indigo #4A0574

Tints of Indigo #4A0574

Color information

#4A0574 (or 0x4A0574) is unknown color: approx Indigo. HEX triplet: 4A, 05 and 74. RGB value is (74,5,116). Sum of RGB (Red+Green+Blue) = 74+5+116=195 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.95% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 116 (45.70% from 255 or 59.49% from 195); Max value from RGB is 116 - color contains mainly: blue. Hex color #4A0574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0574 is #B5FA8B. Grayscale: #252525. Windows color (decimal): -11926156 or 7603530. OLE color: 7603530.

HSL color Cylindrical-coordinate representation of color #4A0574: hue angle of 277.3º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A0574 is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB745116-
CMYK0.360.9600.55
HSL277.3º91.74%23.73%-
HSV(B)277.3º95.69%45.49%-
XYZ6.032.8316.75-
YUV38.28171.86153.47-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.95%
GREEN value IS 5 (2.34% from 255) = 2.56%
BLUE value IS 116 (45.70% from 255) = 59.49%
R=37.95%
G=2.56%
B=59.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7451160.360.9600.55277.391.7423.73
Hex4A57424600371155c18
Octal11251644414006742513430
Binary1001010101111010010010011000000110111100010101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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