#392147

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

Shades of Jagger #392147

Tints of Jagger #392147

Color information

#392147 (or 0x392147) is unknown color: approx Jagger. HEX triplet: 39, 21 and 47. RGB value is (57,33,71). Sum of RGB (Red+Green+Blue) = 57+33+71=161 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.40% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 71 (28.12% from 255 or 44.10% from 161); Max value from RGB is 71 - color contains mainly: blue. Hex color #392147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392147 is #C6DEB8. Grayscale: #2C2C2C. Windows color (decimal): -13033145 or 4661561. OLE color: 4661561.

HSL color Cylindrical-coordinate representation of color #392147: hue angle of 277.89º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #392147 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB573371-
CMYK0.200.5400.72
HSL277.89º36.54%20.39%-
HSV(B)277.89º53.52%27.84%-
XYZ3.372.416.25-
YUV44.51142.95136.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.40%
GREEN value IS 33 (13.28% from 255) = 20.50%
BLUE value IS 71 (28.12% from 255) = 44.10%
R=35.40%
G=20.50%
B=44.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5733710.200.5400.72277.8936.5420.39
Hex39214714360481162514
Octal7141107246601104264524
Binary1110011000011000111101001101100100100010001011010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392147; }

 p { color: rgb(57,33,71); }

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

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

 a { background-color: rgb(57,33,71); }

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

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

 span { border-color: rgb(57,33,71); }

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