#373C91

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

Shades of Jacksons Purple #373C91

Tints of Jacksons Purple #373C91

Color information

#373C91 (or 0x373C91) is unknown color: approx Jacksons Purple. HEX triplet: 37, 3C and 91. RGB value is (55,60,145). Sum of RGB (Red+Green+Blue) = 55+60+145=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 145 (57.03% from 255 or 55.77% from 260); Max value from RGB is 145 - color contains mainly: blue. Hex color #373C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373C91 is #C8C36E. Grayscale: #434343. Windows color (decimal): -13157231 or 9518135. OLE color: 9518135.

HSL color Cylindrical-coordinate representation of color #373C91: hue angle of 236.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #373C91 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5560145-
CMYK0.620.5900.43
HSL236.67º45%39.22%-
HSV(B)236.67º62.07%56.86%-
XYZ8.36.0927.53-
YUV68.19171.34118.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.15%
GREEN value IS 60 (23.83% from 255) = 23.08%
BLUE value IS 145 (57.03% from 255) = 55.77%
R=21.15%
G=23.08%
B=55.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal55601450.620.5900.43236.674539.22
Hex373C913E3B02Bed2d27
Octal677422176730533555547
Binary11011111110010010001111110111011010101111101101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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