#363485

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

Shades of Jacksons Purple #363485

Tints of Jacksons Purple #363485

Color information

#363485 (or 0x363485) is unknown color: approx Jacksons Purple. HEX triplet: 36, 34 and 85. RGB value is (54,52,133). Sum of RGB (Red+Green+Blue) = 54+52+133=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #363485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363485 is #C9CB7A. Grayscale: #3D3D3D. Windows color (decimal): -13224827 or 8729654. OLE color: 8729654.

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

Color convert

RGB5452133-
CMYK0.590.6100.48
HSL241.48º43.78%36.27%-
HSV(B)241.48º60.9%52.16%-
XYZ6.984.9322.77-
YUV61.83168.16122.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.59%
GREEN value IS 52 (20.70% from 255) = 21.76%
BLUE value IS 133 (52.34% from 255) = 55.65%
R=22.59%
G=21.76%
B=55.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54521330.590.6100.48241.4843.7836.27
Hex3634853B3D030f12c24
Octal666420573750603615444
Binary11011011010010000101111011111101011000011110001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363485; }

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

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

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

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

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

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

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

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