#4A015F

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

Shades of Indigo #4A015F

Tints of Indigo #4A015F

Color information

#4A015F (or 0x4A015F) is unknown color: approx Indigo. HEX triplet: 4A, 01 and 5F. RGB value is (74,1,95). Sum of RGB (Red+Green+Blue) = 74+1+95=170 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.53% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 95 (37.5% from 255 or 55.88% from 170); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A015F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A015F is #B5FEA0. Grayscale: #212121. Windows color (decimal): -11927201 or 6226250. OLE color: 6226250.

HSL color Cylindrical-coordinate representation of color #4A015F: hue angle of 286.6º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A015F is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB74195-
CMYK0.220.9900.63
HSL286.6º97.92%18.82%-
HSV(B)286.6º98.95%37.25%-
XYZ4.92.311.01-
YUV33.54162.68156.86-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 43.53%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 95 (37.5% from 255) = 55.88%
R=43.53%
G=0.59%
B=55.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal741950.220.9900.63286.697.9218.82
Hex4A15F166303F11f6213
Octal11211372614307743714223
Binary1001010110111111011011000110111111100011111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A015F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,1,95); }

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

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

 a { background-color: rgb(74,1,95); }

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

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

 span { border-color: rgb(74,1,95); }

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