#4A029F

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

Shades of Indigo #4A029F

Tints of Indigo #4A029F

Color information

#4A029F (or 0x4A029F) is unknown color: approx Indigo. HEX triplet: 4A, 02 and 9F. RGB value is (74,2,159). Sum of RGB (Red+Green+Blue) = 74+2+159=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 159 (62.5% from 255 or 67.66% from 235); Max value from RGB is 159 - color contains mainly: blue. Hex color #4A029F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A029F is #B5FD60. Grayscale: #282828. Windows color (decimal): -11926881 or 10420810. OLE color: 10420810.

HSL color Cylindrical-coordinate representation of color #4A029F: hue angle of 267.52º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A029F is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB742159-
CMYK0.530.9900.38
HSL267.52º97.52%31.57%-
HSV(B)267.52º98.74%62.35%-
XYZ9.1433.09-
YUV41.43194.35151.23-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.49%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 159 (62.5% from 255) = 67.66%
R=31.49%
G=0.85%
B=67.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7421590.530.9900.38267.5297.5231.57
Hex4A29F356302610c6220
Octal11222376514304641414240
Binary10010101010011111110101110001101001101000011001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A029F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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