#373F91

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

Shades of Jacksons Purple #373F91

Tints of Jacksons Purple #373F91

Color information

#373F91 (or 0x373F91) is unknown color: approx Jacksons Purple. HEX triplet: 37, 3F and 91. RGB value is (55,63,145). Sum of RGB (Red+Green+Blue) = 55+63+145=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #373F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373F91 is #C8C06E. Grayscale: #454545. Windows color (decimal): -13156463 or 9518903. OLE color: 9518903.

HSL color Cylindrical-coordinate representation of color #373F91: hue angle of 234.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 #373F91 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5563145-
CMYK0.620.5700.43
HSL234.67º45%39.22%-
HSV(B)234.67º62.07%56.86%-
XYZ8.466.4127.58-
YUV69.96170.35117.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.91%
GREEN value IS 63 (25% from 255) = 23.95%
BLUE value IS 145 (57.03% from 255) = 55.13%
R=20.91%
G=23.95%
B=55.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal55631450.620.5700.43234.674539.22
Hex373F913E3902Beb2d27
Octal677722176710533535547
Binary11011111111110010001111110111001010101111101011101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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