#37418D

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

Shades of Jacksons Purple #37418D

Tints of Jacksons Purple #37418D

Color information

#37418D (or 0x37418D) is unknown color: approx Jacksons Purple. HEX triplet: 37, 41 and 8D. RGB value is (55,65,141). Sum of RGB (Red+Green+Blue) = 55+65+141=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #37418D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37418D is #C8BE72. Grayscale: #464646. Windows color (decimal): -13155955 or 9257271. OLE color: 9257271.

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

Color convert

RGB5565141-
CMYK0.610.5400.45
HSL233.02º43.88%38.43%-
HSV(B)233.02º60.99%55.29%-
XYZ8.276.5226.02-
YUV70.67167.69116.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.07%
GREEN value IS 65 (25.78% from 255) = 24.90%
BLUE value IS 141 (55.47% from 255) = 54.02%
R=21.07%
G=24.90%
B=54.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal55651410.610.5400.45233.0243.8838.43
Hex37418D3D3602De92c26
Octal6710121575660553515446
Binary110111100000110001101111101110110010110111101001101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37418D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37418D; }

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

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

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

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

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

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

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

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