#363C84

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

Shades of Jacksons Purple #363C84

Tints of Jacksons Purple #363C84

Color information

#363C84 (or 0x363C84) is unknown color: approx Jacksons Purple. HEX triplet: 36, 3C and 84. RGB value is (54,60,132). Sum of RGB (Red+Green+Blue) = 54+60+132=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 132 (51.95% from 255 or 53.66% from 246); Max value from RGB is 132 - color contains mainly: blue. Hex color #363C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363C84 is #C9C37B. Grayscale: #424242. Windows color (decimal): -13222780 or 8666166. OLE color: 8666166.

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

Color convert

RGB5460132-
CMYK0.590.5500.48
HSL235.38º41.94%36.47%-
HSV(B)235.38º59.09%51.76%-
XYZ7.35.6822.54-
YUV66.41165.01119.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 60 (23.83% from 255) = 24.39%
BLUE value IS 132 (51.95% from 255) = 53.66%
R=21.95%
G=24.39%
B=53.66%

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
Decimal54601320.590.5500.48235.3841.9436.47
Hex363C843B37030eb2a24
Octal667420473670603535244
Binary11011011110010000100111011110111011000011101011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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