#392452

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

Shades of Jagger #392452

Tints of Jagger #392452

Color information

#392452 (or 0x392452) is unknown color: approx Jagger. HEX triplet: 39, 24 and 52. RGB value is (57,36,82). Sum of RGB (Red+Green+Blue) = 57+36+82=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 82 (32.42% from 255 or 46.86% from 175); Max value from RGB is 82 - color contains mainly: blue. Hex color #392452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392452 is #C6DBAD. Grayscale: #2F2F2F. Windows color (decimal): -13032366 or 5383225. OLE color: 5383225.

HSL color Cylindrical-coordinate representation of color #392452: hue angle of 267.39º degrees, saturation: 0.39, 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 #392452 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB573682-
CMYK0.300.5600.68
HSL267.39º38.98%23.14%-
HSV(B)267.39º56.1%32.16%-
XYZ3.842.748.31-
YUV47.52147.46134.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.57%
GREEN value IS 36 (14.45% from 255) = 20.57%
BLUE value IS 82 (32.42% from 255) = 46.86%
R=32.57%
G=20.57%
B=46.86%

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
Decimal5736820.300.5600.68267.3938.9823.14
Hex3924521E3804410b2717
Octal7144122367001044134727
Binary1110011001001010010111101110000100010010000101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392452; }

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

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

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

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

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

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

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

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