#363486

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

Shades of Jacksons Purple #363486

Tints of Jacksons Purple #363486

Color information

#363486 (or 0x363486) is unknown color: approx Jacksons Purple. HEX triplet: 36, 34 and 86. RGB value is (54,52,134). Sum of RGB (Red+Green+Blue) = 54+52+134=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 134 (52.73% from 255 or 55.83% from 240); Max value from RGB is 134 - color contains mainly: blue. Hex color #363486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363486 is #C9CB79. Grayscale: #3D3D3D. Windows color (decimal): -13224826 or 8795190. OLE color: 8795190.

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

Color convert

RGB5452134-
CMYK0.600.6100.47
HSL241.46º44.09%36.47%-
HSV(B)241.46º61.19%52.55%-
XYZ7.054.9623.14-
YUV61.95168.66122.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.5%
GREEN value IS 52 (20.70% from 255) = 21.67%
BLUE value IS 134 (52.73% from 255) = 55.83%
R=22.5%
G=21.67%
B=55.83%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54521340.600.6100.47241.4644.0936.47
Hex3634863C3D02Ff12c24
Octal666420674750573615444
Binary11011011010010000110111100111101010111111110001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363486; }

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

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

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

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

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

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

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

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