#4A147D

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

Shades of Indigo #4A147D

Tints of Indigo #4A147D

Color information

#4A147D (or 0x4A147D) is unknown color: approx Indigo. HEX triplet: 4A, 14 and 7D. RGB value is (74,20,125). Sum of RGB (Red+Green+Blue) = 74+20+125=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #4A147D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A147D is #B5EB82. Grayscale: #2F2F2F. Windows color (decimal): -11922307 or 8197194. OLE color: 8197194.

HSL color Cylindrical-coordinate representation of color #4A147D: hue angle of 270.86º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A147D is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7420125-
CMYK0.410.8400.51
HSL270.86º72.41%28.43%-
HSV(B)270.86º84%49.02%-
XYZ6.783.4419.71-
YUV48.12171.39146.46-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.79%
GREEN value IS 20 (8.20% from 255) = 9.13%
BLUE value IS 125 (49.22% from 255) = 57.08%
R=33.79%
G=9.13%
B=57.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal74201250.410.8400.51270.8672.4128.43
Hex4A147D295403310f481c
Octal112241755112406341711034
Binary100101010100111110110100110101000110011100001111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A147D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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