#363B84

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

Shades of Jacksons Purple #363B84

Tints of Jacksons Purple #363B84

Color information

#363B84 (or 0x363B84) is unknown color: approx Jacksons Purple. HEX triplet: 36, 3B and 84. RGB value is (54,59,132). Sum of RGB (Red+Green+Blue) = 54+59+132=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #363B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363B84 is #C9C47B. Grayscale: #414141. Windows color (decimal): -13223036 or 8665910. OLE color: 8665910.

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

Color convert

RGB5459132-
CMYK0.590.5500.48
HSL236.15º41.94%36.47%-
HSV(B)236.15º59.09%51.76%-
XYZ7.255.5822.52-
YUV65.83165.34119.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.04%
GREEN value IS 59 (23.44% from 255) = 24.08%
BLUE value IS 132 (51.95% from 255) = 53.88%
R=22.04%
G=24.08%
B=53.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54591320.590.5500.48236.1541.9436.47
Hex363B843B37030ec2a24
Octal667320473670603545244
Binary11011011101110000100111011110111011000011101100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363B84; }

 p { color: rgb(54,59,132); }

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

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

 a { background-color: rgb(54,59,132); }

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

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

 span { border-color: rgb(54,59,132); }

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