#4A0391

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

Shades of Indigo #4A0391

Tints of Indigo #4A0391

Color information

#4A0391 (or 0x4A0391) is unknown color: approx Indigo. HEX triplet: 4A, 03 and 91. RGB value is (74,3,145). Sum of RGB (Red+Green+Blue) = 74+3+145=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 3 (1.56% from 255 or 1.35% from 222); Blue value is 145 (57.03% from 255 or 65.32% from 222); Max value from RGB is 145 - color contains mainly: blue. Hex color #4A0391 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0391 is #B5FC6E. Grayscale: #272727. Windows color (decimal): -11926639 or 9503562. OLE color: 9503562.

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

Color convert

RGB743145-
CMYK0.490.9800.43
HSL270º95.95%29.02%-
HSV(B)270º97.93%56.86%-
XYZ7.973.5727.06-
YUV40.42187.02151.95-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.33%
GREEN value IS 3 (1.56% from 255) = 1.35%
BLUE value IS 145 (57.03% from 255) = 65.32%
R=33.33%
G=1.35%
B=65.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7431450.490.9800.4327095.9529.02
Hex4A391316202B10e601d
Octal11232216114205341614035
Binary1001010111001000111000111000100101011100001110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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