#373990

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

Shades of Jacksons Purple #373990

Tints of Jacksons Purple #373990

Color information

#373990 (or 0x373990) is unknown color: approx Jacksons Purple. HEX triplet: 37, 39 and 90. RGB value is (55,57,144). Sum of RGB (Red+Green+Blue) = 55+57+144=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #373990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373990 is #C8C66F. Grayscale: #414141. Windows color (decimal): -13158000 or 9451831. OLE color: 9451831.

HSL color Cylindrical-coordinate representation of color #373990: hue angle of 238.65º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #373990 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5557144-
CMYK0.620.6000.44
HSL238.65º44.72%39.02%-
HSV(B)238.65º61.81%56.47%-
XYZ8.075.7527.07-
YUV66.32171.84119.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.48%
GREEN value IS 57 (22.66% from 255) = 22.27%
BLUE value IS 144 (56.64% from 255) = 56.25%
R=21.48%
G=22.27%
B=56.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55571440.620.6000.44238.6544.7239.02
Hex3739903E3C02Cef2d27
Octal677122076740543575547
Binary11011111100110010000111110111100010110011101111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373990; }

 p { color: rgb(55,57,144); }

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

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

 a { background-color: rgb(55,57,144); }

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

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

 span { border-color: rgb(55,57,144); }

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