#373386

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

Shades of Jacksons Purple #373386

Tints of Jacksons Purple #373386

Color information

#373386 (or 0x373386) is unknown color: approx Jacksons Purple. HEX triplet: 37, 33 and 86. RGB value is (55,51,134). Sum of RGB (Red+Green+Blue) = 55+51+134=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 134 (52.73% from 255 or 55.83% from 240); Max value from RGB is 134 - color contains mainly: blue. Hex color #373386 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373386 is #C8CC79. Grayscale: #3D3D3D. Windows color (decimal): -13159546 or 8794935. OLE color: 8794935.

HSL color Cylindrical-coordinate representation of color #373386: hue angle of 242.89º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #373386 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5551134-
CMYK0.590.6200.47
HSL242.89º44.86%36.27%-
HSV(B)242.89º61.94%52.55%-
XYZ7.064.923.13-
YUV61.66168.83123.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.92%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 134 (52.73% from 255) = 55.83%
R=22.92%
G=21.25%
B=55.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55511340.590.6200.47242.8944.8636.27
Hex3733863B3E02Ff32d24
Octal676320673760573635544
Binary11011111001110000110111011111110010111111110011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373386; }

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

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

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

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

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

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

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

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