#373F96

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

Shades of Jacksons Purple #373F96

Tints of Jacksons Purple #373F96

Color information

#373F96 (or 0x373F96) is unknown color: approx Jacksons Purple. HEX triplet: 37, 3F and 96. RGB value is (55,63,150). Sum of RGB (Red+Green+Blue) = 55+63+150=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 150 (58.98% from 255 or 55.97% from 268); Max value from RGB is 150 - color contains mainly: blue. Hex color #373F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373F96 is #C8C069. Grayscale: #464646. Windows color (decimal): -13156458 or 9846583. OLE color: 9846583.

HSL color Cylindrical-coordinate representation of color #373F96: hue angle of 234.95º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #373F96 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5563150-
CMYK0.630.5800.41
HSL234.95º46.34%40.2%-
HSV(B)234.95º63.33%58.82%-
XYZ8.866.5729.66-
YUV70.53172.85116.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.52%
GREEN value IS 63 (25% from 255) = 23.51%
BLUE value IS 150 (58.98% from 255) = 55.97%
R=20.52%
G=23.51%
B=55.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal55631500.630.5800.41234.9546.3440.2
Hex373F963F3A029eb2e28
Octal677722677720513535650
Binary11011111111110010110111111111010010100111101011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,63,150); }

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

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

 a { background-color: rgb(55,63,150); }

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

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

 span { border-color: rgb(55,63,150); }

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