#373C90

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

Shades of Jacksons Purple #373C90

Tints of Jacksons Purple #373C90

Color information

#373C90 (or 0x373C90) is unknown color: approx Jacksons Purple. HEX triplet: 37, 3C and 90. RGB value is (55,60,144). Sum of RGB (Red+Green+Blue) = 55+60+144=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #373C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373C90 is #C8C36F. Grayscale: #434343. Windows color (decimal): -13157232 or 9452599. OLE color: 9452599.

HSL color Cylindrical-coordinate representation of color #373C90: hue angle of 236.63º 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 #373C90 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5560144-
CMYK0.620.5800.44
HSL236.63º44.72%39.02%-
HSV(B)236.63º61.81%56.47%-
XYZ8.236.0627.12-
YUV68.08170.84118.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.24%
GREEN value IS 60 (23.83% from 255) = 23.17%
BLUE value IS 144 (56.64% from 255) = 55.60%
R=21.24%
G=23.17%
B=55.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55601440.620.5800.44236.6344.7239.02
Hex373C903E3A02Ced2d27
Octal677422076720543555547
Binary11011111110010010000111110111010010110011101101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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