Html Css Color HEX #371C50 Jagger

📋 copy color: '#371C50'

red 55 ◦ green 28 ◦ blue 80

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

Shades of Jagger #371C50

Tints of Jagger #371C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 49.08%

R = 33.74%
G = 17.18%
B = 49.08%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#371C50 (or 0x371C50) is known color: Jagger. HEX triplet: 37, 1C and 50. RGB value is (55,28,80). Sum of RGB (Red+Green+Blue) = 55+28+80=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #371C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371C50 is #C8E3AF. Grayscale: #292929. Windows color (decimal): -13165488 or 5250103. OLE color: 5250103.

HSL color Cylindrical-coordinate representation of color #371C50: hue angle of 271.15º 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 #371C50 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 28 80 -
CMYK 0.31 0.65 0 0.69
HSL 271.15º 0.48% 0.21% -
HSV(B) 271.15º 0.65% 0.31% -
XYZ 3.44 2.22 7.84 -
YUV 42 149.45 137.27 -
System Red Green Blue C M Y K H S L
Decimal 55 28 80 0.31 0.65 0 0.69 271.15 0.48 0.21
Hex 37 1C 50 1F 41 0 45 10F 30 15
Octal 67 34 120 37 101 0 105 417 60 25
Binary 110111 11100 1010000 11111 1000001 0 1000101 100001111 110000 10101

Color Harmonies of #371C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371C50

Black with #371C50

Text Example


Text Example

White with #371C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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