Html Css Color HEX #392552 Jagger

📋 copy color: '#392552'

red 57 ◦ green 37 ◦ blue 82

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

Shades of Jagger #392552

Tints of Jagger #392552

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.02%

 BLUE value IS 82 (32.42% from 255) = 46.59%

R = 32.39%
G = 21.02%
B = 46.59%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#392552 (or 0x392552) is known color: Jagger. HEX triplet: 39, 25 and 52. RGB value is (57,37,82). Sum of RGB (Red+Green+Blue) = 57+37+82=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 82 (32.42% from 255 or 46.59% from 176); Max value from RGB is 82 - color contains mainly: blue. Hex color #392552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392552 is #C6DAAD. Grayscale: #2F2F2F. Windows color (decimal): -13032110 or 5383481. OLE color: 5383481.

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

Color convert

RGB 57 37 82 -
CMYK 0.30 0.55 0 0.68
HSL 266.67º 0.38% 0.23% -
HSV(B) 266.67º 0.55% 0.32% -
XYZ 3.87 2.8 8.32 -
YUV 48.11 147.13 134.34 -
System Red Green Blue C M Y K H S L
Decimal 57 37 82 0.30 0.55 0 0.68 266.67 0.38 0.23
Hex 39 25 52 1E 37 0 44 10B 26 17
Octal 71 45 122 36 67 0 104 413 46 27
Binary 111001 100101 1010010 11110 110111 0 1000100 100001011 100110 10111

Color Harmonies of #392552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392552

Black with #392552

Text Example


Text Example

White with #392552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392552; }

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

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

background-color css

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

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

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

border-color css

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

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

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