Html Css Color HEX #371E4F Jagger

📋 copy color: '#371E4F'

red 55 ◦ green 30 ◦ blue 79

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

Shades of Jagger #371E4F

Tints of Jagger #371E4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 48.17%

R = 33.54%
G = 18.29%
B = 48.17%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#371E4F (or 0x371E4F) is known color: Jagger. HEX triplet: 37, 1E and 4F. RGB value is (55,30,79). Sum of RGB (Red+Green+Blue) = 55+30+79=164 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.54% from 164); Green value is 30 (12.11% from 255 or 18.29% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 79 - color contains mainly: blue. Hex color #371E4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371E4F is #C8E1B0. Grayscale: #2A2A2A. Windows color (decimal): -13164977 or 5185079. OLE color: 5185079.

HSL color Cylindrical-coordinate representation of color #371E4F: hue angle of 270.61º degrees, saturation: 0.45, 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 #371E4F is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 30 79 -
CMYK 0.30 0.62 0 0.69
HSL 270.61º 0.45% 0.21% -
HSV(B) 270.61º 0.62% 0.31% -
XYZ 3.45 2.31 7.66 -
YUV 43.06 148.28 136.52 -
System Red Green Blue C M Y K H S L
Decimal 55 30 79 0.30 0.62 0 0.69 270.61 0.45 0.21
Hex 37 1E 4F 1E 3E 0 45 10F 2D 15
Octal 67 36 117 36 76 0 105 417 55 25
Binary 110111 11110 1001111 11110 111110 0 1000101 100001111 101101 10101

Color Harmonies of #371E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371E4F

Black with #371E4F

Text Example


Text Example

White with #371E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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