#373C94

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

Shades of Jacksons Purple #373C94

Tints of Jacksons Purple #373C94

Color information

#373C94 (or 0x373C94) is unknown color: approx Jacksons Purple. HEX triplet: 37, 3C and 94. RGB value is (55,60,148). Sum of RGB (Red+Green+Blue) = 55+60+148=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 148 (58.20% from 255 or 56.27% from 263); Max value from RGB is 148 - color contains mainly: blue. Hex color #373C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373C94 is #C8C36B. Grayscale: #444444. Windows color (decimal): -13157228 or 9714743. OLE color: 9714743.

HSL color Cylindrical-coordinate representation of color #373C94: hue angle of 236.77º 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 #373C94 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5560148-
CMYK0.630.5900.42
HSL236.77º45.81%39.8%-
HSV(B)236.77º62.84%58.04%-
XYZ8.546.1828.76-
YUV68.54172.84118.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.91%
GREEN value IS 60 (23.83% from 255) = 22.81%
BLUE value IS 148 (58.20% from 255) = 56.27%
R=20.91%
G=22.81%
B=56.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55601480.630.5900.42236.7745.8139.8
Hex373C943F3B02Aed2e28
Octal677422477730523555650
Binary11011111110010010100111111111011010101011101101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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