#373890

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

Shades of Jacksons Purple #373890

Tints of Jacksons Purple #373890

Color information

#373890 (or 0x373890) is unknown color: approx Jacksons Purple. HEX triplet: 37, 38 and 90. RGB value is (55,56,144). Sum of RGB (Red+Green+Blue) = 55+56+144=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #373890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373890 is #C8C76F. Grayscale: #414141. Windows color (decimal): -13158256 or 9451575. OLE color: 9451575.

HSL color Cylindrical-coordinate representation of color #373890: hue angle of 239.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #373890 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5556144-
CMYK0.620.6100.44
HSL239.33º44.72%39.02%-
HSV(B)239.33º61.81%56.47%-
XYZ8.025.6527.05-
YUV65.73172.17120.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.57%
GREEN value IS 56 (22.27% from 255) = 21.96%
BLUE value IS 144 (56.64% from 255) = 56.47%
R=21.57%
G=21.96%
B=56.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55561440.620.6100.44239.3344.7239.02
Hex3738903E3D02Cef2d27
Octal677022076750543575547
Binary11011111100010010000111110111101010110011101111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373890; }

 p { color: rgb(55,56,144); }

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

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

 a { background-color: rgb(55,56,144); }

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

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

 span { border-color: rgb(55,56,144); }

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