#4A1899

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

Shades of Indigo #4A1899

Tints of Indigo #4A1899

Color information

#4A1899 (or 0x4A1899) is unknown color: approx Indigo. HEX triplet: 4A, 18 and 99. RGB value is (74,24,153). Sum of RGB (Red+Green+Blue) = 74+24+153=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #4A1899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A1899 is #B5E766. Grayscale: #353535. Windows color (decimal): -11921255 or 10033226. OLE color: 10033226.

HSL color Cylindrical-coordinate representation of color #4A1899: hue angle of 263.26º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A1899 is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7424153-
CMYK0.520.8400.4
HSL263.26º72.88%34.71%-
HSV(B)263.26º84.31%60%-
XYZ8.94.4130.52-
YUV53.66184.06142.51-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.48%
GREEN value IS 24 (9.77% from 255) = 9.56%
BLUE value IS 153 (60.16% from 255) = 60.96%
R=29.48%
G=9.56%
B=60.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal74241530.520.8400.4263.2672.8834.71
Hex4A189934540281074923
Octal112302316412405040711143
Binary10010101100010011001110100101010001010001000001111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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