#39254E

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

Shades of Jagger #39254E

Tints of Jagger #39254E

Color information

#39254E (or 0x39254E) is unknown color: approx Jagger. HEX triplet: 39, 25 and 4E. RGB value is (57,37,78). Sum of RGB (Red+Green+Blue) = 57+37+78=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 78 (30.86% from 255 or 45.35% from 172); Max value from RGB is 78 - color contains mainly: blue. Hex color #39254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39254E is #C6DAB1. Grayscale: #2F2F2F. Windows color (decimal): -13032114 or 5121337. OLE color: 5121337.

HSL color Cylindrical-coordinate representation of color #39254E: hue angle of 269.27º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #39254E is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB573778-
CMYK0.270.5300.69
HSL269.27º35.65%22.55%-
HSV(B)269.27º52.56%30.59%-
XYZ3.722.747.54-
YUV47.65145.13134.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.14%
GREEN value IS 37 (14.84% from 255) = 21.51%
BLUE value IS 78 (30.86% from 255) = 45.35%
R=33.14%
G=21.51%
B=45.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5737780.270.5300.69269.2735.6522.55
Hex39254E1B3504510d2417
Octal7145116336501054154427
Binary1110011001011001110110111101010100010110000110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39254E; }

 p { color: rgb(57,37,78); }

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

<style>
 a { background-color: #39254E; }

 a { background-color: rgb(57,37,78); }

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

<style>
 span { border-color: #39254E; }

 span { border-color: rgb(57,37,78); }

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