#363882

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

Shades of Jacksons Purple #363882

Tints of Jacksons Purple #363882

Color information

#363882 (or 0x363882) is unknown color: approx Jacksons Purple. HEX triplet: 36, 38 and 82. RGB value is (54,56,130). Sum of RGB (Red+Green+Blue) = 54+56+130=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 130 (51.17% from 255 or 54.17% from 240); Max value from RGB is 130 - color contains mainly: blue. Hex color #363882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363882 is #C9C77D. Grayscale: #3F3F3F. Windows color (decimal): -13223806 or 8534070. OLE color: 8534070.

HSL color Cylindrical-coordinate representation of color #363882: hue angle of 238.42º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #363882 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5456130-
CMYK0.580.5700.49
HSL238.42º41.3%36.08%-
HSV(B)238.42º58.46%50.98%-
XYZ6.965.2221.76-
YUV63.84165.34120.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.5%
GREEN value IS 56 (22.27% from 255) = 23.33%
BLUE value IS 130 (51.17% from 255) = 54.17%
R=22.5%
G=23.33%
B=54.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54561300.580.5700.49238.4241.336.08
Hex3638823A39031ee2924
Octal667020272710613565144
Binary11011011100010000010111010111001011000111101110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363882; }

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

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

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

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

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

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

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

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