#362E87

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

Shades of Jacksons Purple #362E87

Tints of Jacksons Purple #362E87

Color information

#362E87 (or 0x362E87) is unknown color: approx Jacksons Purple. HEX triplet: 36, 2E and 87. RGB value is (54,46,135). Sum of RGB (Red+Green+Blue) = 54+46+135=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 135 (53.12% from 255 or 57.45% from 235); Max value from RGB is 135 - color contains mainly: blue. Hex color #362E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362E87 is #C9D178. Grayscale: #3A3A3A. Windows color (decimal): -13226361 or 8859190. OLE color: 8859190.

HSL color Cylindrical-coordinate representation of color #362E87: hue angle of 245.39º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #362E87 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5446135-
CMYK0.600.6600.47
HSL245.39º49.17%35.49%-
HSV(B)245.39º65.93%52.94%-
XYZ6.874.4923.43-
YUV58.54171.15124.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.98%
GREEN value IS 46 (18.36% from 255) = 19.57%
BLUE value IS 135 (53.12% from 255) = 57.45%
R=22.98%
G=19.57%
B=57.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54461350.600.6600.47245.3949.1735.49
Hex362E873C4202Ff53123
Octal6656207741020573656143
Binary110110101110100001111111001000010010111111110101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362E87; }

 p { color: rgb(54,46,135); }

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

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

 a { background-color: rgb(54,46,135); }

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

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

 span { border-color: rgb(54,46,135); }

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