#39244E

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

Shades of Jagger #39244E

Tints of Jagger #39244E

Color information

#39244E (or 0x39244E) is unknown color: approx Jagger. HEX triplet: 39, 24 and 4E. RGB value is (57,36,78). Sum of RGB (Red+Green+Blue) = 57+36+78=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 78 (30.86% from 255 or 45.61% from 171); Max value from RGB is 78 - color contains mainly: blue. Hex color #39244E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39244E is #C6DBB1. Grayscale: #2E2E2E. Windows color (decimal): -13032370 or 5121081. OLE color: 5121081.

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

Color convert

RGB573678-
CMYK0.270.5400.69
HSL270º36.84%22.35%-
HSV(B)270º53.85%30.59%-
XYZ3.692.687.53-
YUV47.07145.46135.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.33%
GREEN value IS 36 (14.45% from 255) = 21.05%
BLUE value IS 78 (30.86% from 255) = 45.61%
R=33.33%
G=21.05%
B=45.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5736780.270.5400.6927036.8422.35
Hex39244E1B3604510e2516
Octal7144116336601054164526
Binary1110011001001001110110111101100100010110000111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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