#392251

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

Shades of Jagger #392251

Tints of Jagger #392251

Color information

#392251 (or 0x392251) is unknown color: approx Jagger. HEX triplet: 39, 22 and 51. RGB value is (57,34,81). Sum of RGB (Red+Green+Blue) = 57+34+81=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 81 - color contains mainly: blue. Hex color #392251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392251 is #C6DDAE. Grayscale: #2E2E2E. Windows color (decimal): -13032879 or 5317177. OLE color: 5317177.

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

Color convert

RGB573481-
CMYK0.300.5800.68
HSL269.36º40.87%22.55%-
HSV(B)269.36º58.02%31.76%-
XYZ3.742.618.09-
YUV46.24147.62135.68-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.14%
GREEN value IS 34 (13.67% from 255) = 19.77%
BLUE value IS 81 (32.03% from 255) = 47.09%
R=33.14%
G=19.77%
B=47.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5734810.300.5800.68269.3640.8722.55
Hex3922511E3A04410d2917
Octal7142121367201044155127
Binary1110011000101010001111101110100100010010000110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392251; }

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

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

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

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

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

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

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

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