Html Css Color HEX #391D53 Jagger

📋 copy color: '#391D53'

red 57 ◦ green 29 ◦ blue 83

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

Shades of Jagger #391D53

Tints of Jagger #391D53

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.16%

 BLUE value IS 83 (32.81% from 255) = 49.11%

R = 33.73%
G = 17.16%
B = 49.11%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#391D53 (or 0x391D53) is known color: Jagger. HEX triplet: 39, 1D and 53. RGB value is (57,29,83). Sum of RGB (Red+Green+Blue) = 57+29+83=169 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.73% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 83 - color contains mainly: blue. Hex color #391D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391D53 is #C6E2AC. Grayscale: #2B2B2B. Windows color (decimal): -13034157 or 5446969. OLE color: 5446969.

HSL color Cylindrical-coordinate representation of color #391D53: hue angle of 271.11º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #391D53 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 29 83 -
CMYK 0.31 0.65 0 0.67
HSL 271.11º 0.48% 0.22% -
HSV(B) 271.11º 0.65% 0.33% -
XYZ 3.69 2.37 8.45 -
YUV 43.53 150.28 137.61 -
System Red Green Blue C M Y K H S L
Decimal 57 29 83 0.31 0.65 0 0.67 271.11 0.48 0.22
Hex 39 1D 53 1F 41 0 43 10F 30 16
Octal 71 35 123 37 101 0 103 417 60 26
Binary 111001 11101 1010011 11111 1000001 0 1000011 100001111 110000 10110

Color Harmonies of #391D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391D53

Black with #391D53

Text Example


Text Example

White with #391D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391D53; }

 p { color: rgb(57,29,83); }

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

background-color css

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

 a { background-color: rgb(57,29,83); }

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

border-color css

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

 span { border-color: rgb(57,29,83); }

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