#37358E

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

Shades of Jacksons Purple #37358E

Tints of Jacksons Purple #37358E

Color information

#37358E (or 0x37358E) is unknown color: approx Jacksons Purple. HEX triplet: 37, 35 and 8E. RGB value is (55,53,142). Sum of RGB (Red+Green+Blue) = 55+53+142=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 142 (55.86% from 255 or 56.8% from 250); Max value from RGB is 142 - color contains mainly: blue. Hex color #37358E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37358E is #C8CA71. Grayscale: #3F3F3F. Windows color (decimal): -13159026 or 9319735. OLE color: 9319735.

HSL color Cylindrical-coordinate representation of color #37358E: hue angle of 241.35º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #37358E is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5553142-
CMYK0.610.6300.44
HSL241.35º45.64%38.24%-
HSV(B)241.35º62.68%55.69%-
XYZ7.735.3126.21-
YUV63.74172.16121.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22%
GREEN value IS 53 (21.09% from 255) = 21.2%
BLUE value IS 142 (55.86% from 255) = 56.8%
R=22%
G=21.2%
B=56.8%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55531420.610.6300.44241.3545.6438.24
Hex37358E3D3F02Cf12e26
Octal676521675770543615646
Binary11011111010110001110111101111111010110011110001101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37358E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37358E; }

 p { color: rgb(55,53,142); }

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

<style>
 a { background-color: #37358E; }

 a { background-color: rgb(55,53,142); }

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

<style>
 span { border-color: #37358E; }

 span { border-color: rgb(55,53,142); }

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