#3A2546

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

Shades of Jagger #3A2546

Tints of Jagger #3A2546

Color information

#3A2546 (or 0x3A2546) is unknown color: approx Jagger. HEX triplet: 3A, 25 and 46. RGB value is (58,37,70). Sum of RGB (Red+Green+Blue) = 58+37+70=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 70 (27.73% from 255 or 42.42% from 165); Max value from RGB is 70 - color contains mainly: blue. Hex color #3A2546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2546 is #C5DAB9. Grayscale: #2E2E2E. Windows color (decimal): -12966586 or 4597050. OLE color: 4597050.

HSL color Cylindrical-coordinate representation of color #3A2546: hue angle of 278.18º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A2546 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB583770-
CMYK0.170.4700.73
HSL278.18º30.84%20.98%-
HSV(B)278.18º47.14%27.45%-
XYZ3.512.666.12-
YUV47.04140.96135.82-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.15%
GREEN value IS 37 (14.84% from 255) = 22.42%
BLUE value IS 70 (27.73% from 255) = 42.42%
R=35.15%
G=22.42%
B=42.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5837700.170.4700.73278.1830.8420.98
Hex3A2546112F0491161f15
Octal7245106215701114263725
Binary111010100101100011010001101111010010011000101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,37,70); }

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

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

 a { background-color: rgb(58,37,70); }

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

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

 span { border-color: rgb(58,37,70); }

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