#4A025F

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

Shades of Indigo #4A025F

Tints of Indigo #4A025F

Color information

#4A025F (or 0x4A025F) is unknown color: approx Indigo. HEX triplet: 4A, 02 and 5F. RGB value is (74,2,95). Sum of RGB (Red+Green+Blue) = 74+2+95=171 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.27% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 95 (37.5% from 255 or 55.56% from 171); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A025F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A025F is #B5FDA0. Grayscale: #212121. Windows color (decimal): -11926945 or 6226506. OLE color: 6226506.

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

Color convert

RGB74295-
CMYK0.220.9800.63
HSL286.45º95.88%19.02%-
HSV(B)286.45º97.89%37.25%-
XYZ4.912.3311.02-
YUV34.13162.35156.44-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 43.27%
GREEN value IS 2 (1.17% from 255) = 1.17%
BLUE value IS 95 (37.5% from 255) = 55.56%
R=43.27%
G=1.17%
B=55.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal742950.220.9800.63286.4595.8819.02
Hex4A25F166203F11e6013
Octal11221372614207743614023
Binary10010101010111111011011000100111111100011110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A025F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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