#373E95

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

Shades of Jacksons Purple #373E95

Tints of Jacksons Purple #373E95

Color information

#373E95 (or 0x373E95) is unknown color: approx Jacksons Purple. HEX triplet: 37, 3E and 95. RGB value is (55,62,149). Sum of RGB (Red+Green+Blue) = 55+62+149=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 62 (24.61% from 255 or 23.31% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #373E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373E95 is #C8C16A. Grayscale: #454545. Windows color (decimal): -13156715 or 9780791. OLE color: 9780791.

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

Color convert

RGB5562149-
CMYK0.630.5800.42
HSL235.53º46.08%40%-
HSV(B)235.53º63.09%58.43%-
XYZ8.726.4329.21-
YUV69.82172.68117.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.68%
GREEN value IS 62 (24.61% from 255) = 23.31%
BLUE value IS 149 (58.59% from 255) = 56.02%
R=20.68%
G=23.31%
B=56.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55621490.630.5800.42235.5346.0840
Hex373E953F3A02Aec2e28
Octal677622577720523545650
Binary11011111111010010101111111111010010101011101100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,62,149); }

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

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

 a { background-color: rgb(55,62,149); }

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

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

 span { border-color: rgb(55,62,149); }

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