#3A284A

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

Shades of Jagger #3A284A

Tints of Jagger #3A284A

Color information

#3A284A (or 0x3A284A) is unknown color: approx Jagger. HEX triplet: 3A, 28 and 4A. RGB value is (58,40,74). Sum of RGB (Red+Green+Blue) = 58+40+74=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 74 - color contains mainly: blue. Hex color #3A284A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A284A is #C5D7B5. Grayscale: #313131. Windows color (decimal): -12965814 or 4859962. OLE color: 4859962.

HSL color Cylindrical-coordinate representation of color #3A284A: hue angle of 271.76º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A284A is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB584074-
CMYK0.220.4600.71
HSL271.76º29.82%22.35%-
HSV(B)271.76º45.95%29.02%-
XYZ3.742.916.84-
YUV49.26141.96134.24-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.72%
GREEN value IS 40 (16.02% from 255) = 23.26%
BLUE value IS 74 (29.30% from 255) = 43.02%
R=33.72%
G=23.26%
B=43.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5840740.220.4600.71271.7629.8222.35
Hex3A284A162E0471101e16
Octal7250112265601074203626
Binary111010101000100101010110101110010001111000100001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,40,74); }

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

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

 a { background-color: rgb(58,40,74); }

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

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

 span { border-color: rgb(58,40,74); }

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