Html Css Color HEX #371C51 Jagger

📋 copy color: '#371C51'

red 55 ◦ green 28 ◦ blue 81

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

Shades of Jagger #371C51

Tints of Jagger #371C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 49.39%

R = 33.54%
G = 17.07%
B = 49.39%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#371C51 (or 0x371C51) is known color: Jagger. HEX triplet: 37, 1C and 51. RGB value is (55,28,81). Sum of RGB (Red+Green+Blue) = 55+28+81=164 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.54% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 81 (32.03% from 255 or 49.39% from 164); Max value from RGB is 81 - color contains mainly: blue. Hex color #371C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371C51 is #C8E3AE. Grayscale: #292929. Windows color (decimal): -13165487 or 5315639. OLE color: 5315639.

HSL color Cylindrical-coordinate representation of color #371C51: hue angle of 270.57º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #371C51 is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 28 81 -
CMYK 0.32 0.65 0 0.68
HSL 270.57º 0.49% 0.21% -
HSV(B) 270.57º 0.65% 0.32% -
XYZ 3.48 2.24 8.03 -
YUV 42.12 149.95 137.19 -
System Red Green Blue C M Y K H S L
Decimal 55 28 81 0.32 0.65 0 0.68 270.57 0.49 0.21
Hex 37 1C 51 20 41 0 44 10F 31 15
Octal 67 34 121 40 101 0 104 417 61 25
Binary 110111 11100 1010001 100000 1000001 0 1000100 100001111 110001 10101

Color Harmonies of #371C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371C51

Black with #371C51

Text Example


Text Example

White with #371C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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