#4A0472

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

Shades of Indigo #4A0472

Tints of Indigo #4A0472

Color information

#4A0472 (or 0x4A0472) is unknown color: approx Indigo. HEX triplet: 4A, 04 and 72. RGB value is (74,4,114). Sum of RGB (Red+Green+Blue) = 74+4+114=192 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.54% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 114 (44.92% from 255 or 59.38% from 192); Max value from RGB is 114 - color contains mainly: blue. Hex color #4A0472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0472 is #B5FB8D. Grayscale: #252525. Windows color (decimal): -11926414 or 7472202. OLE color: 7472202.

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

Color convert

RGB744114-
CMYK0.350.9600.55
HSL278.18º93.22%23.14%-
HSV(B)278.18º96.49%44.71%-
XYZ5.92.7616.14-
YUV37.47171.19154.06-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.54%
GREEN value IS 4 (1.95% from 255) = 2.08%
BLUE value IS 114 (44.92% from 255) = 59.38%
R=38.54%
G=2.08%
B=59.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7441140.350.9600.55278.1893.2223.14
Hex4A47223600371165d17
Octal11241624314006742613527
Binary1001010100111001010001111000000110111100010110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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