#3A224A

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

Shades of Jagger #3A224A

Tints of Jagger #3A224A

Color information

#3A224A (or 0x3A224A) is unknown color: approx Jagger. HEX triplet: 3A, 22 and 4A. RGB value is (58,34,74). Sum of RGB (Red+Green+Blue) = 58+34+74=166 (21% of max value = 765). Red value is 58 (23.05% from 255 or 34.94% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 74 (29.30% from 255 or 44.58% from 166); Max value from RGB is 74 - color contains mainly: blue. Hex color #3A224A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A224A is #C5DDB5. Grayscale: #2D2D2D. Windows color (decimal): -12967350 or 4858426. OLE color: 4858426.

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

Color convert

RGB583474-
CMYK0.220.5400.71
HSL276º37.04%21.18%-
HSV(B)276º54.05%29.02%-
XYZ3.552.546.78-
YUV45.74143.95136.75-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.94%
GREEN value IS 34 (13.67% from 255) = 20.48%
BLUE value IS 74 (29.30% from 255) = 44.58%
R=34.94%
G=20.48%
B=44.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5834740.220.5400.7127637.0421.18
Hex3A224A16360471142515
Octal7242112266601074244525
Binary1110101000101001010101101101100100011110001010010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A224A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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