#373F95

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

Shades of Jacksons Purple #373F95

Tints of Jacksons Purple #373F95

Color information

#373F95 (or 0x373F95) is unknown color: approx Jacksons Purple. HEX triplet: 37, 3F and 95. RGB value is (55,63,149). Sum of RGB (Red+Green+Blue) = 55+63+149=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #373F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373F95 is #C8C06A. Grayscale: #464646. Windows color (decimal): -13156459 or 9781047. OLE color: 9781047.

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

Color convert

RGB5563149-
CMYK0.630.5800.42
HSL234.89º46.08%40%-
HSV(B)234.89º63.09%58.43%-
XYZ8.786.5429.23-
YUV70.41172.35117.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.60%
GREEN value IS 63 (25% from 255) = 23.60%
BLUE value IS 149 (58.59% from 255) = 55.81%
R=20.60%
G=23.60%
B=55.81%

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
Decimal55631490.630.5800.42234.8946.0840
Hex373F953F3A02Aeb2e28
Octal677722577720523535650
Binary11011111111110010101111111111010010101011101011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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