#373585

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

Shades of Jacksons Purple #373585

Tints of Jacksons Purple #373585

Color information

#373585 (or 0x373585) is unknown color: approx Jacksons Purple. HEX triplet: 37, 35 and 85. RGB value is (55,53,133). Sum of RGB (Red+Green+Blue) = 55+53+133=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 133 (52.34% from 255 or 55.19% from 241); Max value from RGB is 133 - color contains mainly: blue. Hex color #373585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373585 is #C8CA7A. Grayscale: #3E3E3E. Windows color (decimal): -13159035 or 8729911. OLE color: 8729911.

HSL color Cylindrical-coordinate representation of color #373585: hue angle of 241.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #373585 is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5553133-
CMYK0.590.6000.48
HSL241.5º43.01%36.47%-
HSV(B)241.5º60.15%52.16%-
XYZ7.085.0522.79-
YUV62.72167.66122.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.82%
GREEN value IS 53 (21.09% from 255) = 21.99%
BLUE value IS 133 (52.34% from 255) = 55.19%
R=22.82%
G=21.99%
B=55.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55531330.590.6000.48241.543.0136.47
Hex3735853B3C030f22b24
Octal676520573740603625344
Binary11011111010110000101111011111100011000011110010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373585; }

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

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

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

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

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

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

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

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