Html Css Color HEX #392047 Jagger

📋 copy color: '#392047'

red 57 ◦ green 32 ◦ blue 71

#392047
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagger #392047

Tints of Jagger #392047

RGB

 RED value IS 57 (22.66% from 255) = 35.63%

 GREEN value IS 32 (12.89% from 255) = 20%

 BLUE value IS 71 (28.13% from 255) = 44.38%

R = 35.63%
G = 20%
B = 44.38%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#392047 (or 0x392047) is known color: Jagger. HEX triplet: 39, 20 and 47. RGB value is (57,32,71). Sum of RGB (Red+Green+Blue) = 57+32+71=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 71 (28.12% from 255 or 44.38% from 160); Max value from RGB is 71 - color contains mainly: blue. Hex color #392047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392047 is #C6DFB8. Grayscale: #2B2B2B. Windows color (decimal): -13033401 or 4661305. OLE color: 4661305.

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

Color convert

RGB 57 32 71 -
CMYK 0.20 0.55 0 0.72
HSL 278.46º 0.38% 0.2% -
HSV(B) 278.46º 0.55% 0.28% -
XYZ 3.34 2.36 6.24 -
YUV 43.92 143.28 137.33 -
System Red Green Blue C M Y K H S L
Decimal 57 32 71 0.20 0.55 0 0.72 278.46 0.38 0.2
Hex 39 20 47 14 37 0 48 116 26 14
Octal 71 40 107 24 67 0 110 426 46 24
Binary 111001 100000 1000111 10100 110111 0 1001000 100010110 100110 10100

Color Harmonies of #392047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392047

Black with #392047

Text Example


Text Example

White with #392047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392047; }

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

 H1.HeaderClassName
 {
   color: #392047;
 }
 .AnyTagClassName
 {
   color: #392047;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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