Html Css Color HEX #371E4D Jagger

📋 copy color: '#371E4D'

red 55 ◦ green 30 ◦ blue 77

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

Shades of Jagger #371E4D

Tints of Jagger #371E4D

RGB

 RED value IS 55 (21.88% from 255) = 33.95%

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

 BLUE value IS 77 (30.47% from 255) = 47.53%

R = 33.95%
G = 18.52%
B = 47.53%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#371E4D (or 0x371E4D) is known color: Jagger. HEX triplet: 37, 1E and 4D. RGB value is (55,30,77). Sum of RGB (Red+Green+Blue) = 55+30+77=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 77 - color contains mainly: blue. Hex color #371E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371E4D is #C8E1B2. Grayscale: #2A2A2A. Windows color (decimal): -13164979 or 5054007. OLE color: 5054007.

HSL color Cylindrical-coordinate representation of color #371E4D: hue angle of 271.91º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #371E4D is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 55 30 77 -
CMYK 0.29 0.61 0 0.70
HSL 271.91º 0.44% 0.21% -
HSV(B) 271.91º 0.61% 0.3% -
XYZ 3.38 2.28 7.28 -
YUV 42.83 147.28 136.68 -
System Red Green Blue C M Y K H S L
Decimal 55 30 77 0.29 0.61 0 0.70 271.91 0.44 0.21
Hex 37 1E 4D 1D 3D 0 46 110 2C 15
Octal 67 36 115 35 75 0 106 420 54 25
Binary 110111 11110 1001101 11101 111101 0 1000110 100010000 101100 10101

Color Harmonies of #371E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371E4D

Black with #371E4D

Text Example


Text Example

White with #371E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371E4D; }

 p { color: rgb(55,30,77); }

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

background-color css

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

 a { background-color: rgb(55,30,77); }

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

border-color css

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

 span { border-color: rgb(55,30,77); }

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