#363884

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

Shades of Jacksons Purple #363884

Tints of Jacksons Purple #363884

Color information

#363884 (or 0x363884) is unknown color: approx Jacksons Purple. HEX triplet: 36, 38 and 84. RGB value is (54,56,132). Sum of RGB (Red+Green+Blue) = 54+56+132=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 132 (51.95% from 255 or 54.55% from 242); Max value from RGB is 132 - color contains mainly: blue. Hex color #363884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363884 is #C9C77B. Grayscale: #3F3F3F. Windows color (decimal): -13223804 or 8665142. OLE color: 8665142.

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

Color convert

RGB5456132-
CMYK0.590.5800.48
HSL238.46º41.94%36.47%-
HSV(B)238.46º59.09%51.76%-
XYZ7.15.2822.47-
YUV64.07166.34120.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.31%
GREEN value IS 56 (22.27% from 255) = 23.14%
BLUE value IS 132 (51.95% from 255) = 54.55%
R=22.31%
G=23.14%
B=54.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54561320.590.5800.48238.4641.9436.47
Hex3638843B3A030ee2a24
Octal667020473720603565244
Binary11011011100010000100111011111010011000011101110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363884; }

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

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

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

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

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

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

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

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