Html Css Color HEX #392050 Jagger

📋 copy color: '#392050'

red 57 ◦ green 32 ◦ blue 80

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

Shades of Jagger #392050

Tints of Jagger #392050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 47.34%

R = 33.73%
G = 18.93%
B = 47.34%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#392050 (or 0x392050) is known color: Jagger. HEX triplet: 39, 20 and 50. RGB value is (57,32,80). Sum of RGB (Red+Green+Blue) = 57+32+80=169 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.73% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 80 - color contains mainly: blue. Hex color #392050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392050 is #C6DFAF. Grayscale: #2C2C2C. Windows color (decimal): -13033392 or 5251129. OLE color: 5251129.

HSL color Cylindrical-coordinate representation of color #392050: hue angle of 271.25º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #392050 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 32 80 -
CMYK 0.29 0.60 0 0.69
HSL 271.25º 0.43% 0.22% -
HSV(B) 271.25º 0.6% 0.31% -
XYZ 3.65 2.48 7.88 -
YUV 44.95 147.78 136.6 -
System Red Green Blue C M Y K H S L
Decimal 57 32 80 0.29 0.60 0 0.69 271.25 0.43 0.22
Hex 39 20 50 1D 3C 0 45 10F 2B 16
Octal 71 40 120 35 74 0 105 417 53 26
Binary 111001 100000 1010000 11101 111100 0 1000101 100001111 101011 10110

Color Harmonies of #392050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392050

Black with #392050

Text Example


Text Example

White with #392050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392050; }

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

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

background-color css

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

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

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

border-color css

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

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

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