#363585

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

Shades of Jacksons Purple #363585

Tints of Jacksons Purple #363585

Color information

#363585 (or 0x363585) is unknown color: approx Jacksons Purple. HEX triplet: 36, 35 and 85. RGB value is (54,53,133). Sum of RGB (Red+Green+Blue) = 54+53+133=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #363585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363585 is #C9CA7A. Grayscale: #3E3E3E. Windows color (decimal): -13224571 or 8729910. OLE color: 8729910.

HSL color Cylindrical-coordinate representation of color #363585: hue angle of 240.75º 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 #363585 is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5453133-
CMYK0.590.6000.48
HSL240.75º43.01%36.47%-
HSV(B)240.75º60.15%52.16%-
XYZ7.035.0222.79-
YUV62.42167.83122-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.5%
GREEN value IS 53 (21.09% from 255) = 22.08%
BLUE value IS 133 (52.34% from 255) = 55.42%
R=22.5%
G=22.08%
B=55.42%

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
Decimal54531330.590.6000.48240.7543.0136.47
Hex3635853B3C030f12b24
Octal666520573740603615344
Binary11011011010110000101111011111100011000011110001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363585; }

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

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

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

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

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

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

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

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