#3E2549

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

Shades of Jagger #3E2549

Tints of Jagger #3E2549

Color information

#3E2549 (or 0x3E2549) is unknown color: approx Jagger. HEX triplet: 3E, 25 and 49. RGB value is (62,37,73). Sum of RGB (Red+Green+Blue) = 62+37+73=172 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.05% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 73 - color contains mainly: blue. Hex color #3E2549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2549 is #C1DAB6. Grayscale: #303030. Windows color (decimal): -12704439 or 4793662. OLE color: 4793662.

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

Color convert

RGB623773-
CMYK0.150.4900.71
HSL281.67º32.73%21.57%-
HSV(B)281.67º49.32%28.63%-
XYZ3.852.836.65-
YUV48.58141.78137.57-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 36.05%
GREEN value IS 37 (14.84% from 255) = 21.51%
BLUE value IS 73 (28.91% from 255) = 42.44%
R=36.05%
G=21.51%
B=42.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6237730.150.4900.71281.6732.7321.57
Hex3E2549F3104711a2116
Octal7645111176101074324126
Binary111110100101100100111111100010100011110001101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,37,73); }

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

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

 a { background-color: rgb(62,37,73); }

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

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

 span { border-color: rgb(62,37,73); }

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