#4A14A6

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

Shades of Indigo #4A14A6

Tints of Indigo #4A14A6

Color information

#4A14A6 (or 0x4A14A6) is unknown color: approx Indigo. HEX triplet: 4A, 14 and A6. RGB value is (74,20,166). Sum of RGB (Red+Green+Blue) = 74+20+166=260 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.46% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 166 (65.23% from 255 or 63.85% from 260); Max value from RGB is 166 - color contains mainly: blue. Hex color #4A14A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A14A6 is #B5EB59. Grayscale: #343434. Windows color (decimal): -11922266 or 10884170. OLE color: 10884170.

HSL color Cylindrical-coordinate representation of color #4A14A6: hue angle of 262.19º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A14A6 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7420166-
CMYK0.550.8800.35
HSL262.19º78.49%36.47%-
HSV(B)262.19º87.95%65.1%-
XYZ9.964.7136.46-
YUV52.79191.89143.13-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.46%
GREEN value IS 20 (8.20% from 255) = 7.69%
BLUE value IS 166 (65.23% from 255) = 63.85%
R=28.46%
G=7.69%
B=63.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal74201660.550.8800.35262.1978.4936.47
Hex4A14A637580231064e24
Octal112242466713004340611644
Binary10010101010010100110110111101100001000111000001101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A14A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,20,166); }

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

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

 a { background-color: rgb(74,20,166); }

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

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

 span { border-color: rgb(74,20,166); }

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