#3A2748

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

Shades of Jagger #3A2748

Tints of Jagger #3A2748

Color information

#3A2748 (or 0x3A2748) is unknown color: approx Jagger. HEX triplet: 3A, 27 and 48. RGB value is (58,39,72). Sum of RGB (Red+Green+Blue) = 58+39+72=169 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.32% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A2748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2748 is #C5D8B7. Grayscale: #303030. Windows color (decimal): -12966072 or 4728634. OLE color: 4728634.

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

Color convert

RGB583972-
CMYK0.190.4600.72
HSL274.55º29.73%21.76%-
HSV(B)274.55º45.83%28.24%-
XYZ3.642.826.48-
YUV48.44141.29134.82-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.32%
GREEN value IS 39 (15.62% from 255) = 23.08%
BLUE value IS 72 (28.52% from 255) = 42.60%
R=34.32%
G=23.08%
B=42.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5839720.190.4600.72274.5529.7321.76
Hex3A2748132E0481131e16
Octal7247110235601104233626
Binary111010100111100100010011101110010010001000100111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,39,72); }

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

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

 a { background-color: rgb(58,39,72); }

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

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

 span { border-color: rgb(58,39,72); }

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