Html Css Color HEX #371C4F Jagger

📋 copy color: '#371C4F'

red 55 ◦ green 28 ◦ blue 79

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

Shades of Jagger #371C4F

Tints of Jagger #371C4F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.28%

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

R = 33.95%
G = 17.28%
B = 48.77%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#371C4F (or 0x371C4F) is known color: Jagger. HEX triplet: 37, 1C and 4F. RGB value is (55,28,79). Sum of RGB (Red+Green+Blue) = 55+28+79=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 79 (31.25% from 255 or 48.77% from 162); Max value from RGB is 79 - color contains mainly: blue. Hex color #371C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371C4F is #C8E3B0. Grayscale: #292929. Windows color (decimal): -13165489 or 5184567. OLE color: 5184567.

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

Color convert

RGB 55 28 79 -
CMYK 0.30 0.65 0 0.69
HSL 271.76º 0.48% 0.21% -
HSV(B) 271.76º 0.65% 0.31% -
XYZ 3.4 2.21 7.64 -
YUV 41.89 148.95 137.35 -
System Red Green Blue C M Y K H S L
Decimal 55 28 79 0.30 0.65 0 0.69 271.76 0.48 0.21
Hex 37 1C 4F 1E 41 0 45 110 30 15
Octal 67 34 117 36 101 0 105 420 60 25
Binary 110111 11100 1001111 11110 1000001 0 1000101 100010000 110000 10101

Color Harmonies of #371C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371C4F

Black with #371C4F

Text Example


Text Example

White with #371C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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