#392651

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

Shades of Jagger #392651

Tints of Jagger #392651

Color information

#392651 (or 0x392651) is unknown color: approx Jagger. HEX triplet: 39, 26 and 51. RGB value is (57,38,81). Sum of RGB (Red+Green+Blue) = 57+38+81=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 81 (32.03% from 255 or 46.02% from 176); Max value from RGB is 81 - color contains mainly: blue. Hex color #392651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392651 is #C6D9AE. Grayscale: #303030. Windows color (decimal): -13031855 or 5318201. OLE color: 5318201.

HSL color Cylindrical-coordinate representation of color #392651: hue angle of 266.51º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #392651 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB573881-
CMYK0.300.5300.68
HSL266.51º36.13%23.33%-
HSV(B)266.51º53.09%31.76%-
XYZ3.872.858.13-
YUV48.58146.29134-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.39%
GREEN value IS 38 (15.23% from 255) = 21.59%
BLUE value IS 81 (32.03% from 255) = 46.02%
R=32.39%
G=21.59%
B=46.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5738810.300.5300.68266.5136.1323.33
Hex3926511E3504410b2417
Octal7146121366501044134427
Binary1110011001101010001111101101010100010010000101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392651; }

 p { color: rgb(57,38,81); }

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

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

 a { background-color: rgb(57,38,81); }

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

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

 span { border-color: rgb(57,38,81); }

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