#4A1578

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

Shades of Indigo #4A1578

Tints of Indigo #4A1578

Color information

#4A1578 (or 0x4A1578) is unknown color: approx Indigo. HEX triplet: 4A, 15 and 78. RGB value is (74,21,120). Sum of RGB (Red+Green+Blue) = 74+21+120=215 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.42% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #4A1578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1578 is #B5EA87. Grayscale: #2F2F2F. Windows color (decimal): -11922056 or 7869770. OLE color: 7869770.

HSL color Cylindrical-coordinate representation of color #4A1578: hue angle of 272.12º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A1578 is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7421120-
CMYK0.380.8300.53
HSL272.12º70.21%27.65%-
HSV(B)272.12º82.5%47.06%-
XYZ6.483.3518.07-
YUV48.13168.56146.45-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.42%
GREEN value IS 21 (8.59% from 255) = 9.77%
BLUE value IS 120 (47.27% from 255) = 55.81%
R=34.42%
G=9.77%
B=55.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal74211200.380.8300.53272.1270.2127.65
Hex4A15782653035110461c
Octal112251704612306542010634
Binary100101010101111100010011010100110110101100010000100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,21,120); }

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

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

 a { background-color: rgb(74,21,120); }

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

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

 span { border-color: rgb(74,21,120); }

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