#4A046E

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

Shades of Indigo #4A046E

Tints of Indigo #4A046E

Color information

#4A046E (or 0x4A046E) is unknown color: approx Indigo. HEX triplet: 4A, 04 and 6E. RGB value is (74,4,110). Sum of RGB (Red+Green+Blue) = 74+4+110=188 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.36% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 110 (43.36% from 255 or 58.51% from 188); Max value from RGB is 110 - color contains mainly: blue. Hex color #4A046E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A046E is #B5FB91. Grayscale: #242424. Windows color (decimal): -11926418 or 7210058. OLE color: 7210058.

HSL color Cylindrical-coordinate representation of color #4A046E: hue angle of 279.62º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A046E is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB744110-
CMYK0.330.9600.57
HSL279.62º92.98%22.35%-
HSV(B)279.62º96.36%43.14%-
XYZ5.682.6714.97-
YUV37.01169.19154.38-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 39.36%
GREEN value IS 4 (1.95% from 255) = 2.13%
BLUE value IS 110 (43.36% from 255) = 58.51%
R=39.36%
G=2.13%
B=58.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7441100.330.9600.57279.6292.9822.35
Hex4A46E21600391185d16
Octal11241564114007143013526
Binary1001010100110111010000111000000111001100011000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A046E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,4,110); }

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

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

 a { background-color: rgb(74,4,110); }

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

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

 span { border-color: rgb(74,4,110); }

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