#4A119C

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

Shades of Indigo #4A119C

Tints of Indigo #4A119C

Color information

#4A119C (or 0x4A119C) is unknown color: approx Indigo. HEX triplet: 4A, 11 and 9C. RGB value is (74,17,156). Sum of RGB (Red+Green+Blue) = 74+17+156=247 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.96% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #4A119C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A119C is #B5EE63. Grayscale: #313131. Windows color (decimal): -11923044 or 10228042. OLE color: 10228042.

HSL color Cylindrical-coordinate representation of color #4A119C: hue angle of 264.6º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A119C is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7417156-
CMYK0.530.8900.39
HSL264.6º80.35%33.92%-
HSV(B)264.6º89.1%61.18%-
XYZ9.034.2631.8-
YUV49.89187.88145.2-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.96%
GREEN value IS 17 (7.03% from 255) = 6.88%
BLUE value IS 156 (61.33% from 255) = 63.16%
R=29.96%
G=6.88%
B=63.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal74171560.530.8900.39264.680.3533.92
Hex4A119C35590271095022
Octal112212346513104741112042
Binary10010101000110011100110101101100101001111000010011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A119C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,17,156); }

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

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

 a { background-color: rgb(74,17,156); }

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

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

 span { border-color: rgb(74,17,156); }

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