#373B8D

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

Shades of Jacksons Purple #373B8D

Tints of Jacksons Purple #373B8D

Color information

#373B8D (or 0x373B8D) is unknown color: approx Jacksons Purple. HEX triplet: 37, 3B and 8D. RGB value is (55,59,141). Sum of RGB (Red+Green+Blue) = 55+59+141=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #373B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373B8D is #C8C472. Grayscale: #424242. Windows color (decimal): -13157491 or 9255735. OLE color: 9255735.

HSL color Cylindrical-coordinate representation of color #373B8D: hue angle of 237.21º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #373B8D is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5559141-
CMYK0.610.5800.45
HSL237.21º43.88%38.43%-
HSV(B)237.21º60.99%55.29%-
XYZ7.955.8625.91-
YUV67.15169.67119.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.57%
GREEN value IS 59 (23.44% from 255) = 23.14%
BLUE value IS 141 (55.47% from 255) = 55.29%
R=21.57%
G=23.14%
B=55.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal55591410.610.5800.45237.2143.8838.43
Hex373B8D3D3A02Ded2c26
Octal677321575720553555446
Binary11011111101110001101111101111010010110111101101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,59,141); }

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

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

 a { background-color: rgb(55,59,141); }

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

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

 span { border-color: rgb(55,59,141); }

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