#4A1489

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

Shades of Indigo #4A1489

Tints of Indigo #4A1489

Color information

#4A1489 (or 0x4A1489) is unknown color: approx Indigo. HEX triplet: 4A, 14 and 89. RGB value is (74,20,137). Sum of RGB (Red+Green+Blue) = 74+20+137=231 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.03% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 137 (53.91% from 255 or 59.31% from 231); Max value from RGB is 137 - color contains mainly: blue. Hex color #4A1489 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A1489 is #B5EB76. Grayscale: #313131. Windows color (decimal): -11922295 or 8983626. OLE color: 8983626.

HSL color Cylindrical-coordinate representation of color #4A1489: hue angle of 267.69º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A1489 is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7420137-
CMYK0.460.8500.46
HSL267.69º74.52%30.78%-
HSV(B)267.69º85.4%53.73%-
XYZ7.593.7623.99-
YUV49.48177.39145.49-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.03%
GREEN value IS 20 (8.20% from 255) = 8.66%
BLUE value IS 137 (53.91% from 255) = 59.31%
R=32.03%
G=8.66%
B=59.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal74201370.460.8500.46267.6974.5230.78
Hex4A14892E5502E10c4b1f
Octal112242115612505641411337
Binary1001010101001000100110111010101010101110100001100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,20,137); }

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

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

 a { background-color: rgb(74,20,137); }

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

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

 span { border-color: rgb(74,20,137); }

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