#37408C

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

Shades of Jacksons Purple #37408C

Tints of Jacksons Purple #37408C

Color information

#37408C (or 0x37408C) is unknown color: approx Jacksons Purple. HEX triplet: 37, 40 and 8C. RGB value is (55,64,140). Sum of RGB (Red+Green+Blue) = 55+64+140=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 140 (55.08% from 255 or 54.05% from 259); Max value from RGB is 140 - color contains mainly: blue. Hex color #37408C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37408C is #C8BF73. Grayscale: #454545. Windows color (decimal): -13156212 or 9191479. OLE color: 9191479.

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

Color convert

RGB5564140-
CMYK0.610.5400.45
HSL233.65º43.59%38.24%-
HSV(B)233.65º60.71%54.9%-
XYZ8.146.3725.61-
YUV69.97167.52117.32-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.24%
GREEN value IS 64 (25.39% from 255) = 24.71%
BLUE value IS 140 (55.08% from 255) = 54.05%
R=21.24%
G=24.71%
B=54.05%

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
Decimal55641400.610.5400.45233.6543.5938.24
Hex37408C3D3602Dea2c26
Octal6710021475660553525446
Binary110111100000010001100111101110110010110111101010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37408C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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