#372E86

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

Shades of Jacksons Purple #372E86

Tints of Jacksons Purple #372E86

Color information

#372E86 (or 0x372E86) is unknown color: approx Jacksons Purple. HEX triplet: 37, 2E and 86. RGB value is (55,46,134). Sum of RGB (Red+Green+Blue) = 55+46+134=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 134 (52.73% from 255 or 57.02% from 235); Max value from RGB is 134 - color contains mainly: blue. Hex color #372E86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372E86 is #C8D179. Grayscale: #3A3A3A. Windows color (decimal): -13160826 or 8793655. OLE color: 8793655.

HSL color Cylindrical-coordinate representation of color #372E86: hue angle of 246.14º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #372E86 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5546134-
CMYK0.590.6600.47
HSL246.14º48.89%35.29%-
HSV(B)246.14º65.67%52.55%-
XYZ6.864.4923.06-
YUV58.72170.48125.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.40%
GREEN value IS 46 (18.36% from 255) = 19.57%
BLUE value IS 134 (52.73% from 255) = 57.02%
R=23.40%
G=19.57%
B=57.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55461340.590.6600.47246.1448.8935.29
Hex372E863B4202Ff63123
Octal6756206731020573666143
Binary110111101110100001101110111000010010111111110110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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