Html Css Color HEX #371E4E Jagger

📋 copy color: '#371E4E'

red 55 ◦ green 30 ◦ blue 78

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

Shades of Jagger #371E4E

Tints of Jagger #371E4E

RGB

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

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

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

R = 33.74%
G = 18.4%
B = 47.85%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#371E4E (or 0x371E4E) is known color: Jagger. HEX triplet: 37, 1E and 4E. RGB value is (55,30,78). Sum of RGB (Red+Green+Blue) = 55+30+78=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 78 - color contains mainly: blue. Hex color #371E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371E4E is #C8E1B1. Grayscale: #2A2A2A. Windows color (decimal): -13164978 or 5119543. OLE color: 5119543.

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

Color convert

RGB 55 30 78 -
CMYK 0.29 0.62 0 0.69
HSL 271.25º 0.44% 0.21% -
HSV(B) 271.25º 0.62% 0.31% -
XYZ 3.41 2.29 7.47 -
YUV 42.95 147.78 136.6 -
System Red Green Blue C M Y K H S L
Decimal 55 30 78 0.29 0.62 0 0.69 271.25 0.44 0.21
Hex 37 1E 4E 1D 3E 0 45 10F 2C 15
Octal 67 36 116 35 76 0 105 417 54 25
Binary 110111 11110 1001110 11101 111110 0 1000101 100001111 101100 10101

Color Harmonies of #371E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371E4E

Black with #371E4E

Text Example


Text Example

White with #371E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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