Html Css Color HEX #391952 Jagger

📋 copy color: '#391952'

red 57 ◦ green 25 ◦ blue 82

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

Shades of Jagger #391952

Tints of Jagger #391952

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.24%

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

R = 34.76%
G = 15.24%
B = 50%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#391952 (or 0x391952) is known color: Jagger. HEX triplet: 39, 19 and 52. RGB value is (57,25,82). Sum of RGB (Red+Green+Blue) = 57+25+82=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 82 (32.42% from 255 or 50% from 164); Max value from RGB is 82 - color contains mainly: blue. Hex color #391952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391952 is #C6E6AD. Grayscale: #282828. Windows color (decimal): -13035182 or 5380409. OLE color: 5380409.

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

Color convert

RGB 57 25 82 -
CMYK 0.30 0.70 0 0.68
HSL 273.68º 0.53% 0.21% -
HSV(B) 273.68º 0.7% 0.32% -
XYZ 3.56 2.17 8.21 -
YUV 41.07 151.1 139.37 -
System Red Green Blue C M Y K H S L
Decimal 57 25 82 0.30 0.70 0 0.68 273.68 0.53 0.21
Hex 39 19 52 1E 46 0 44 112 35 15
Octal 71 31 122 36 106 0 104 422 65 25
Binary 111001 11001 1010010 11110 1000110 0 1000100 100010010 110101 10101

Color Harmonies of #391952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391952

Black with #391952

Text Example


Text Example

White with #391952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391952; }

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

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

background-color css

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

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

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

border-color css

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

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

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