#373C89

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

Shades of Jacksons Purple #373C89

Tints of Jacksons Purple #373C89

Color information

#373C89 (or 0x373C89) is unknown color: approx Jacksons Purple. HEX triplet: 37, 3C and 89. RGB value is (55,60,137). Sum of RGB (Red+Green+Blue) = 55+60+137=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 137 (53.91% from 255 or 54.37% from 252); Max value from RGB is 137 - color contains mainly: blue. Hex color #373C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373C89 is #C8C376. Grayscale: #424242. Windows color (decimal): -13157239 or 8993847. OLE color: 8993847.

HSL color Cylindrical-coordinate representation of color #373C89: hue angle of 236.34º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #373C89 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5560137-
CMYK0.600.5600.46
HSL236.34º42.71%37.65%-
HSV(B)236.34º59.85%53.73%-
XYZ7.715.8524.39-
YUV67.28167.34119.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.83%
GREEN value IS 60 (23.83% from 255) = 23.81%
BLUE value IS 137 (53.91% from 255) = 54.37%
R=21.83%
G=23.81%
B=54.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal55601370.600.5600.46236.3442.7137.65
Hex373C893C3802Eec2b26
Octal677421174700563545346
Binary11011111110010001001111100111000010111011101100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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