#4A199D

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

Shades of Indigo #4A199D

Tints of Indigo #4A199D

Color information

#4A199D (or 0x4A199D) is unknown color: approx Indigo. HEX triplet: 4A, 19 and 9D. RGB value is (74,25,157). Sum of RGB (Red+Green+Blue) = 74+25+157=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #4A199D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A199D is #B5E662. Grayscale: #363636. Windows color (decimal): -11920995 or 10295626. OLE color: 10295626.

HSL color Cylindrical-coordinate representation of color #4A199D: hue angle of 262.27º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A199D is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7425157-
CMYK0.530.8400.38
HSL262.27º72.53%35.69%-
HSV(B)262.27º84.08%61.57%-
XYZ9.264.5932.3-
YUV54.7185.73141.77-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.91%
GREEN value IS 25 (10.16% from 255) = 9.77%
BLUE value IS 157 (61.72% from 255) = 61.33%
R=28.91%
G=9.77%
B=61.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal74251570.530.8400.38262.2772.5335.69
Hex4A199D35540261064924
Octal112312356512404640611144
Binary10010101100110011101110101101010001001101000001101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A199D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,25,157); }

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

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

 a { background-color: rgb(74,25,157); }

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

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

 span { border-color: rgb(74,25,157); }

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