#363B87

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

Shades of Jacksons Purple #363B87

Tints of Jacksons Purple #363B87

Color information

#363B87 (or 0x363B87) is unknown color: approx Jacksons Purple. HEX triplet: 36, 3B and 87. RGB value is (54,59,135). Sum of RGB (Red+Green+Blue) = 54+59+135=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 135 (53.12% from 255 or 54.44% from 248); Max value from RGB is 135 - color contains mainly: blue. Hex color #363B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363B87 is #C9C478. Grayscale: #414141. Windows color (decimal): -13223033 or 8862518. OLE color: 8862518.

HSL color Cylindrical-coordinate representation of color #363B87: hue angle of 236.3º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #363B87 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5459135-
CMYK0.600.5600.47
HSL236.3º42.86%37.06%-
HSV(B)236.3º60%52.94%-
XYZ7.465.6623.62-
YUV66.17166.84119.32-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.77%
GREEN value IS 59 (23.44% from 255) = 23.79%
BLUE value IS 135 (53.12% from 255) = 54.44%
R=21.77%
G=23.79%
B=54.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54591350.600.5600.47236.342.8637.06
Hex363B873C3802Fec2b25
Octal667320774700573545345
Binary11011011101110000111111100111000010111111101100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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