#4A1890

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

Shades of Indigo #4A1890

Tints of Indigo #4A1890

Color information

#4A1890 (or 0x4A1890) is unknown color: approx Indigo. HEX triplet: 4A, 18 and 90. RGB value is (74,24,144). Sum of RGB (Red+Green+Blue) = 74+24+144=242 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.58% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #4A1890 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A1890 is #B5E76F. Grayscale: #343434. Windows color (decimal): -11921264 or 9443402. OLE color: 9443402.

HSL color Cylindrical-coordinate representation of color #4A1890: hue angle of 265º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A1890 is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7424144-
CMYK0.490.8300.44
HSL265º71.43%32.94%-
HSV(B)265º83.33%56.47%-
XYZ8.184.1226.75-
YUV52.63179.56143.24-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.58%
GREEN value IS 24 (9.77% from 255) = 9.92%
BLUE value IS 144 (56.64% from 255) = 59.50%
R=30.58%
G=9.92%
B=59.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal74241440.490.8300.4426571.4332.94
Hex4A1890315302C1094721
Octal112302206112305441110741
Binary10010101100010010000110001101001101011001000010011000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,24,144); }

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

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

 a { background-color: rgb(74,24,144); }

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

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

 span { border-color: rgb(74,24,144); }

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