#373A93

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

Shades of Jacksons Purple #373A93

Tints of Jacksons Purple #373A93

Color information

#373A93 (or 0x373A93) is unknown color: approx Jacksons Purple. HEX triplet: 37, 3A and 93. RGB value is (55,58,147). Sum of RGB (Red+Green+Blue) = 55+58+147=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #373A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373A93 is #C8C56C. Grayscale: #424242. Windows color (decimal): -13157741 or 9648695. OLE color: 9648695.

HSL color Cylindrical-coordinate representation of color #373A93: hue angle of 238.04º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #373A93 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5558147-
CMYK0.630.6100.42
HSL238.04º45.54%39.61%-
HSV(B)238.04º62.59%57.65%-
XYZ8.365.9428.31-
YUV67.25173.01119.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.15%
GREEN value IS 58 (23.05% from 255) = 22.31%
BLUE value IS 147 (57.81% from 255) = 56.54%
R=21.15%
G=22.31%
B=56.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55581470.630.6100.42238.0445.5439.61
Hex373A933F3D02Aee2e28
Octal677222377750523565650
Binary11011111101010010011111111111101010101011101110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373A93; }

 p { color: rgb(55,58,147); }

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

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

 a { background-color: rgb(55,58,147); }

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

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

 span { border-color: rgb(55,58,147); }

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