#372C7E

Color #372C7E Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #372C7E

Tints of Jacksons Purple #372C7E

Color information

#372C7E (or 0x372C7E) is unknown color: approx Jacksons Purple. HEX triplet: 37, 2C and 7E. RGB value is (55,44,126). Sum of RGB (Red+Green+Blue) = 55+44+126=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 126 (49.61% from 255 or 56% from 225); Max value from RGB is 126 - color contains mainly: blue. Hex color #372C7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372C7E is #C8D381. Grayscale: #383838. Windows color (decimal): -13161346 or 8268855. OLE color: 8268855.

HSL color Cylindrical-coordinate representation of color #372C7E: hue angle of 248.05º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #372C7E is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5544126-
CMYK0.560.6500.51
HSL248.05º48.24%33.33%-
HSV(B)248.05º65.08%49.41%-
XYZ6.244.1220.2-
YUV56.64167.14126.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.44%
GREEN value IS 44 (17.58% from 255) = 19.56%
BLUE value IS 126 (49.61% from 255) = 56%
R=24.44%
G=19.56%
B=56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal55441260.560.6500.51248.0548.2433.33
Hex372C7E3841033f83021
Octal6754176701010633706041
Binary11011110110011111101110001000001011001111111000110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372C7E; }

 p { color: rgb(55,44,126); }

 H1.HeaderClassName
 {
   color: #372C7E;
 }
 .AnyTagClassName
 {
   color: #372C7E;
 }
</style>
background-color css

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

 a { background-color: rgb(55,44,126); }

 div.DivClassName
 {
   background-color: #372C7E;
 }
 .BgClassName
 {
   background-color: #372C7E;
 }
</style>
border-color css

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

 span { border-color: rgb(55,44,126); }

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