#392451

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

Shades of Jagger #392451

Tints of Jagger #392451

Color information

#392451 (or 0x392451) is unknown color: approx Jagger. HEX triplet: 39, 24 and 51. RGB value is (57,36,81). Sum of RGB (Red+Green+Blue) = 57+36+81=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 81 (32.03% from 255 or 46.55% from 174); Max value from RGB is 81 - color contains mainly: blue. Hex color #392451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392451 is #C6DBAE. Grayscale: #2F2F2F. Windows color (decimal): -13032367 or 5317689. OLE color: 5317689.

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

Color convert

RGB573681-
CMYK0.300.5600.68
HSL268º38.46%22.94%-
HSV(B)268º55.56%31.76%-
XYZ3.82.738.11-
YUV47.41146.96134.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.76%
GREEN value IS 36 (14.45% from 255) = 20.69%
BLUE value IS 81 (32.03% from 255) = 46.55%
R=32.76%
G=20.69%
B=46.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5736810.300.5600.6826838.4622.94
Hex3924511E3804410c2617
Octal7144121367001044144627
Binary1110011001001010001111101110000100010010000110010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392451; }

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

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

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

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

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

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

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

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