#4A14A5

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

Shades of Indigo #4A14A5

Tints of Indigo #4A14A5

Color information

#4A14A5 (or 0x4A14A5) is unknown color: approx Indigo. HEX triplet: 4A, 14 and A5. RGB value is (74,20,165). Sum of RGB (Red+Green+Blue) = 74+20+165=259 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.57% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 165 (64.84% from 255 or 63.71% from 259); Max value from RGB is 165 - color contains mainly: blue. Hex color #4A14A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A14A5 is #B5EB5A. Grayscale: #343434. Windows color (decimal): -11922267 or 10818634. OLE color: 10818634.

HSL color Cylindrical-coordinate representation of color #4A14A5: hue angle of 262.34º 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 #4A14A5 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7420165-
CMYK0.550.8800.35
HSL262.34º78.38%36.27%-
HSV(B)262.34º87.88%64.71%-
XYZ9.874.6735.98-
YUV52.68191.39143.21-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.57%
GREEN value IS 20 (8.20% from 255) = 7.72%
BLUE value IS 165 (64.84% from 255) = 63.71%
R=28.57%
G=7.72%
B=63.71%

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
Decimal74201650.550.8800.35262.3478.3836.27
Hex4A14A537580231064e24
Octal112242456713004340611644
Binary10010101010010100101110111101100001000111000001101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A14A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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