#37408A

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

Shades of Jacksons Purple #37408A

Tints of Jacksons Purple #37408A

Color information

#37408A (or 0x37408A) is unknown color: approx Jacksons Purple. HEX triplet: 37, 40 and 8A. RGB value is (55,64,138). Sum of RGB (Red+Green+Blue) = 55+64+138=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #37408A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37408A is #C8BF75. Grayscale: #454545. Windows color (decimal): -13156214 or 9060407. OLE color: 9060407.

HSL color Cylindrical-coordinate representation of color #37408A: hue angle of 233.49º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37408A is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5564138-
CMYK0.600.5400.46
HSL233.49º43.01%37.84%-
HSV(B)233.49º60.14%54.12%-
XYZ86.3124.84-
YUV69.74166.52117.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.40%
GREEN value IS 64 (25.39% from 255) = 24.90%
BLUE value IS 138 (54.30% from 255) = 53.70%
R=21.40%
G=24.90%
B=53.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal55641380.600.5400.46233.4943.0137.84
Hex37408A3C3602Ee92b26
Octal6710021274660563515346
Binary110111100000010001010111100110110010111011101001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37408A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37408A; }

 p { color: rgb(55,64,138); }

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

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

 a { background-color: rgb(55,64,138); }

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

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

 span { border-color: rgb(55,64,138); }

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