#372E84

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

Shades of Jacksons Purple #372E84

Tints of Jacksons Purple #372E84

Color information

#372E84 (or 0x372E84) is unknown color: approx Jacksons Purple. HEX triplet: 37, 2E and 84. RGB value is (55,46,132). Sum of RGB (Red+Green+Blue) = 55+46+132=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 132 (51.95% from 255 or 56.65% from 233); Max value from RGB is 132 - color contains mainly: blue. Hex color #372E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372E84 is #C8D17B. Grayscale: #3A3A3A. Windows color (decimal): -13160828 or 8662583. OLE color: 8662583.

HSL color Cylindrical-coordinate representation of color #372E84: hue angle of 246.28º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #372E84 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5546132-
CMYK0.580.6500.48
HSL246.28º48.31%34.9%-
HSV(B)246.28º65.15%51.76%-
XYZ6.724.4322.33-
YUV58.5169.48125.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.61%
GREEN value IS 46 (18.36% from 255) = 19.74%
BLUE value IS 132 (51.95% from 255) = 56.65%
R=23.61%
G=19.74%
B=56.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55461320.580.6500.48246.2848.3134.9
Hex372E843A41030f63023
Octal6756204721010603666043
Binary110111101110100001001110101000001011000011110110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,46,132); }

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

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

 a { background-color: rgb(55,46,132); }

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

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

 span { border-color: rgb(55,46,132); }

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