#3A049F

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

Shades of Indigo #3A049F

Tints of Indigo #3A049F

Color information

#3A049F (or 0x3A049F) is unknown color: approx Indigo. HEX triplet: 3A, 04 and 9F. RGB value is (58,4,159). Sum of RGB (Red+Green+Blue) = 58+4+159=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 159 (62.5% from 255 or 71.95% from 221); Max value from RGB is 159 - color contains mainly: blue. Hex color #3A049F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A049F is #C5FB60. Grayscale: #252525. Windows color (decimal): -12974945 or 10421306. OLE color: 10421306.

HSL color Cylindrical-coordinate representation of color #3A049F: hue angle of 260.9º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A049F is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB584159-
CMYK0.640.9700.38
HSL260.9º95.09%31.96%-
HSV(B)260.9º97.48%62.35%-
XYZ8.053.4933.05-
YUV37.82196.39142.4-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.24%
GREEN value IS 4 (1.95% from 255) = 1.81%
BLUE value IS 159 (62.5% from 255) = 71.95%
R=26.24%
G=1.81%
B=71.95%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5841590.640.9700.38260.995.0931.96
Hex3A49F40610261055f20
Octal72423710014104640513740
Binary111010100100111111000000110000101001101000001011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A049F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A049F; }

 p { color: rgb(58,4,159); }

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

<style>
 a { background-color: #3A049F; }

 a { background-color: rgb(58,4,159); }

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

<style>
 span { border-color: #3A049F; }

 span { border-color: rgb(58,4,159); }

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