#4A057A

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

Shades of Indigo #4A057A

Tints of Indigo #4A057A

Color information

#4A057A (or 0x4A057A) is unknown color: approx Indigo. HEX triplet: 4A, 05 and 7A. RGB value is (74,5,122). Sum of RGB (Red+Green+Blue) = 74+5+122=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 122 (48.05% from 255 or 60.70% from 201); Max value from RGB is 122 - color contains mainly: blue. Hex color #4A057A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A057A is #B5FA85. Grayscale: #262626. Windows color (decimal): -11926150 or 7996746. OLE color: 7996746.

HSL color Cylindrical-coordinate representation of color #4A057A: hue angle of 275.38º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A057A is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB745122-
CMYK0.390.9600.52
HSL275.38º92.13%24.9%-
HSV(B)275.38º95.9%47.84%-
XYZ6.392.9718.65-
YUV38.97174.86152.99-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.82%
GREEN value IS 5 (2.34% from 255) = 2.49%
BLUE value IS 122 (48.05% from 255) = 60.70%
R=36.82%
G=2.49%
B=60.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7451220.390.9600.52275.3892.1324.9
Hex4A57A27600341135c19
Octal11251724714006442313431
Binary1001010101111101010011111000000110100100010011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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