#373F8D

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

Shades of Jacksons Purple #373F8D

Tints of Jacksons Purple #373F8D

Color information

#373F8D (or 0x373F8D) is unknown color: approx Jacksons Purple. HEX triplet: 37, 3F and 8D. RGB value is (55,63,141). Sum of RGB (Red+Green+Blue) = 55+63+141=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 141 (55.47% from 255 or 54.44% from 259); Max value from RGB is 141 - color contains mainly: blue. Hex color #373F8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373F8D is #C8C072. Grayscale: #454545. Windows color (decimal): -13156467 or 9256759. OLE color: 9256759.

HSL color Cylindrical-coordinate representation of color #373F8D: hue angle of 234.42º 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 #373F8D is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5563141-
CMYK0.610.5500.45
HSL234.42º43.88%38.43%-
HSV(B)234.42º60.99%55.29%-
XYZ8.166.2925.98-
YUV69.5168.35117.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.24%
GREEN value IS 63 (25% from 255) = 24.32%
BLUE value IS 141 (55.47% from 255) = 54.44%
R=21.24%
G=24.32%
B=54.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal55631410.610.5500.45234.4243.8838.43
Hex373F8D3D3702Dea2c26
Octal677721575670553525446
Binary11011111111110001101111101110111010110111101010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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