Html Css Color HEX #371D4E Jagger

📋 copy color: '#371D4E'

red 55 ◦ green 29 ◦ blue 78

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

Shades of Jagger #371D4E

Tints of Jagger #371D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 48.15%

R = 33.95%
G = 17.9%
B = 48.15%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#371D4E (or 0x371D4E) is known color: Jagger. HEX triplet: 37, 1D and 4E. RGB value is (55,29,78). Sum of RGB (Red+Green+Blue) = 55+29+78=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 78 (30.86% from 255 or 48.15% from 162); Max value from RGB is 78 - color contains mainly: blue. Hex color #371D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371D4E is #C8E2B1. Grayscale: #2A2A2A. Windows color (decimal): -13165234 or 5119287. OLE color: 5119287.

HSL color Cylindrical-coordinate representation of color #371D4E: hue angle of 271.84º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #371D4E is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 29 78 -
CMYK 0.29 0.63 0 0.69
HSL 271.84º 0.46% 0.21% -
HSV(B) 271.84º 0.63% 0.31% -
XYZ 3.39 2.24 7.46 -
YUV 42.36 148.11 137.02 -
System Red Green Blue C M Y K H S L
Decimal 55 29 78 0.29 0.63 0 0.69 271.84 0.46 0.21
Hex 37 1D 4E 1D 3F 0 45 110 2E 15
Octal 67 35 116 35 77 0 105 420 56 25
Binary 110111 11101 1001110 11101 111111 0 1000101 100010000 101110 10101

Color Harmonies of #371D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D4E

Black with #371D4E

Text Example


Text Example

White with #371D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,29,78); }

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

background-color css

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

 a { background-color: rgb(55,29,78); }

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

border-color css

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

 span { border-color: rgb(55,29,78); }

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