#363E91

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

Shades of Jacksons Purple #363E91

Tints of Jacksons Purple #363E91

Color information

#363E91 (or 0x363E91) is unknown color: approx Jacksons Purple. HEX triplet: 36, 3E and 91. RGB value is (54,62,145). Sum of RGB (Red+Green+Blue) = 54+62+145=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #363E91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363E91 is #C9C16E. Grayscale: #444444. Windows color (decimal): -13222255 or 9518646. OLE color: 9518646.

HSL color Cylindrical-coordinate representation of color #363E91: hue angle of 234.73º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #363E91 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5462145-
CMYK0.630.5700.43
HSL234.73º45.73%39.02%-
HSV(B)234.73º62.76%56.86%-
XYZ8.356.2727.56-
YUV69.07170.85117.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.69%
GREEN value IS 62 (24.61% from 255) = 23.75%
BLUE value IS 145 (57.03% from 255) = 55.56%
R=20.69%
G=23.75%
B=55.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal54621450.630.5700.43234.7345.7339.02
Hex363E913F3902Beb2e27
Octal667622177710533535647
Binary11011011111010010001111111111001010101111101011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,62,145); }

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

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

 a { background-color: rgb(54,62,145); }

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

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

 span { border-color: rgb(54,62,145); }

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