Html Css Color HEX #391E53 Jagger

📋 copy color: '#391E53'

red 57 ◦ green 30 ◦ blue 83

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

Shades of Jagger #391E53

Tints of Jagger #391E53

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.65%

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

R = 33.53%
G = 17.65%
B = 48.82%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#391E53 (or 0x391E53) is known color: Jagger. HEX triplet: 39, 1E and 53. RGB value is (57,30,83). Sum of RGB (Red+Green+Blue) = 57+30+83=170 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.53% from 170); Green value is 30 (12.11% from 255 or 17.65% from 170); Blue value is 83 (32.81% from 255 or 48.82% from 170); Max value from RGB is 83 - color contains mainly: blue. Hex color #391E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391E53 is #C6E1AC. Grayscale: #2B2B2B. Windows color (decimal): -13033901 or 5447225. OLE color: 5447225.

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

Color convert

RGB 57 30 83 -
CMYK 0.31 0.64 0 0.67
HSL 270.57º 0.47% 0.22% -
HSV(B) 270.57º 0.64% 0.33% -
XYZ 3.71 2.42 8.46 -
YUV 44.12 149.95 137.19 -
System Red Green Blue C M Y K H S L
Decimal 57 30 83 0.31 0.64 0 0.67 270.57 0.47 0.22
Hex 39 1E 53 1F 40 0 43 10F 2F 16
Octal 71 36 123 37 100 0 103 417 57 26
Binary 111001 11110 1010011 11111 1000000 0 1000011 100001111 101111 10110

Color Harmonies of #391E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391E53

Black with #391E53

Text Example


Text Example

White with #391E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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