#392250

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

Shades of Jagger #392250

Tints of Jagger #392250

Color information

#392250 (or 0x392250) is unknown color: approx Jagger. HEX triplet: 39, 22 and 50. RGB value is (57,34,80). Sum of RGB (Red+Green+Blue) = 57+34+80=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 80 - color contains mainly: blue. Hex color #392250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392250 is #C6DDAF. Grayscale: #2D2D2D. Windows color (decimal): -13032880 or 5251641. OLE color: 5251641.

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

Color convert

RGB573480-
CMYK0.290.5800.69
HSL270º40.35%22.35%-
HSV(B)270º57.5%31.37%-
XYZ3.712.597.89-
YUV46.12147.12135.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.33%
GREEN value IS 34 (13.67% from 255) = 19.88%
BLUE value IS 80 (31.64% from 255) = 46.78%
R=33.33%
G=19.88%
B=46.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5734800.290.5800.6927040.3522.35
Hex3922501D3A04510e2816
Octal7142120357201054165026
Binary1110011000101010000111011110100100010110000111010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392250; }

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

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

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

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

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

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

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

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