#4A1891

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

Shades of Indigo #4A1891

Tints of Indigo #4A1891

Color information

#4A1891 (or 0x4A1891) is unknown color: approx Indigo. HEX triplet: 4A, 18 and 91. RGB value is (74,24,145). Sum of RGB (Red+Green+Blue) = 74+24+145=243 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.45% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #4A1891 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A1891 is #B5E76E. Grayscale: #343434. Windows color (decimal): -11921263 or 9508938. OLE color: 9508938.

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

Color convert

RGB7424145-
CMYK0.490.8300.43
HSL264.79º71.6%33.14%-
HSV(B)264.79º83.45%56.86%-
XYZ8.264.1527.15-
YUV52.74180.06143.16-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.45%
GREEN value IS 24 (9.77% from 255) = 9.88%
BLUE value IS 145 (57.03% from 255) = 59.67%
R=30.45%
G=9.88%
B=59.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal74241450.490.8300.43264.7971.633.14
Hex4A1891315302B1094821
Octal112302216112305341111041
Binary10010101100010010001110001101001101010111000010011001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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