Html Css Color HEX #391752 Jagger

📋 copy color: '#391752'

red 57 ◦ green 23 ◦ blue 82

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

Shades of Jagger #391752

Tints of Jagger #391752

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.2%

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

R = 35.19%
G = 14.2%
B = 50.62%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#391752 (or 0x391752) is known color: Jagger. HEX triplet: 39, 17 and 52. RGB value is (57,23,82). Sum of RGB (Red+Green+Blue) = 57+23+82=162 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.19% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 82 (32.42% from 255 or 50.62% from 162); Max value from RGB is 82 - color contains mainly: blue. Hex color #391752 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391752 is #C6E8AD. Grayscale: #272727. Windows color (decimal): -13035694 or 5379897. OLE color: 5379897.

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

Color convert

RGB 57 23 82 -
CMYK 0.30 0.72 0 0.68
HSL 274.58º 0.56% 0.21% -
HSV(B) 274.58º 0.72% 0.32% -
XYZ 3.52 2.09 8.2 -
YUV 39.89 151.76 140.2 -
System Red Green Blue C M Y K H S L
Decimal 57 23 82 0.30 0.72 0 0.68 274.58 0.56 0.21
Hex 39 17 52 1E 48 0 44 113 38 15
Octal 71 27 122 36 110 0 104 423 70 25
Binary 111001 10111 1010010 11110 1001000 0 1000100 100010011 111000 10101

Color Harmonies of #391752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391752

Black with #391752

Text Example


Text Example

White with #391752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391752; }

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

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

background-color css

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

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

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

border-color css

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

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

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