#363F91

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

Shades of Jacksons Purple #363F91

Tints of Jacksons Purple #363F91

Color information

#363F91 (or 0x363F91) is unknown color: approx Jacksons Purple. HEX triplet: 36, 3F and 91. RGB value is (54,63,145). Sum of RGB (Red+Green+Blue) = 54+63+145=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 145 (57.03% from 255 or 55.34% from 262); Max value from RGB is 145 - color contains mainly: blue. Hex color #363F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363F91 is #C9C06E. Grayscale: #454545. Windows color (decimal): -13221999 or 9518902. OLE color: 9518902.

HSL color Cylindrical-coordinate representation of color #363F91: hue angle of 234.07º 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 #363F91 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5463145-
CMYK0.630.5700.43
HSL234.07º45.73%39.02%-
HSV(B)234.07º62.76%56.86%-
XYZ8.416.3827.58-
YUV69.66170.52116.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.61%
GREEN value IS 63 (25% from 255) = 24.05%
BLUE value IS 145 (57.03% from 255) = 55.34%
R=20.61%
G=24.05%
B=55.34%

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
Decimal54631450.630.5700.43234.0745.7339.02
Hex363F913F3902Bea2e27
Octal667722177710533525647
Binary11011011111110010001111111111001010101111101010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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