#39284F

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

Shades of Jagger #39284F

Tints of Jagger #39284F

Color information

#39284F (or 0x39284F) is unknown color: approx Jagger. HEX triplet: 39, 28 and 4F. RGB value is (57,40,79). Sum of RGB (Red+Green+Blue) = 57+40+79=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 79 - color contains mainly: blue. Hex color #39284F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39284F is #C6D7B0. Grayscale: #313131. Windows color (decimal): -13031345 or 5187641. OLE color: 5187641.

HSL color Cylindrical-coordinate representation of color #39284F: hue angle of 266.15º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #39284F is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB574079-
CMYK0.280.4900.69
HSL266.15º32.77%23.33%-
HSV(B)266.15º49.37%30.98%-
XYZ3.862.957.76-
YUV49.53144.63133.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.39%
GREEN value IS 40 (16.02% from 255) = 22.73%
BLUE value IS 79 (31.25% from 255) = 44.89%
R=32.39%
G=22.73%
B=44.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5740790.280.4900.69266.1532.7723.33
Hex39284F1C3104510a2117
Octal7150117346101054124127
Binary1110011010001001111111001100010100010110000101010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39284F; }

 p { color: rgb(57,40,79); }

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

<style>
 a { background-color: #39284F; }

 a { background-color: rgb(57,40,79); }

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

<style>
 span { border-color: #39284F; }

 span { border-color: rgb(57,40,79); }

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