Html Css Color HEX #372050 Jagger

📋 copy color: '#372050'

red 55 ◦ green 32 ◦ blue 80

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

Shades of Jagger #372050

Tints of Jagger #372050

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.16%

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

R = 32.93%
G = 19.16%
B = 47.9%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#372050 (or 0x372050) is known color: Jagger. HEX triplet: 37, 20 and 50. RGB value is (55,32,80). Sum of RGB (Red+Green+Blue) = 55+32+80=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 80 - color contains mainly: blue. Hex color #372050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372050 is #C8DFAF. Grayscale: #2C2C2C. Windows color (decimal): -13164464 or 5251127. OLE color: 5251127.

HSL color Cylindrical-coordinate representation of color #372050: hue angle of 268.75º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #372050 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 32 80 -
CMYK 0.31 0.60 0 0.69
HSL 268.75º 0.43% 0.22% -
HSV(B) 268.75º 0.6% 0.31% -
XYZ 3.54 2.42 7.87 -
YUV 44.35 148.12 135.6 -
System Red Green Blue C M Y K H S L
Decimal 55 32 80 0.31 0.60 0 0.69 268.75 0.43 0.22
Hex 37 20 50 1F 3C 0 45 10D 2B 16
Octal 67 40 120 37 74 0 105 415 53 26
Binary 110111 100000 1010000 11111 111100 0 1000101 100001101 101011 10110

Color Harmonies of #372050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372050

Black with #372050

Text Example


Text Example

White with #372050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372050; }

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

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

background-color css

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

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

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

border-color css

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

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

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