#363B90

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

Shades of Jacksons Purple #363B90

Tints of Jacksons Purple #363B90

Color information

#363B90 (or 0x363B90) is unknown color: approx Jacksons Purple. HEX triplet: 36, 3B and 90. RGB value is (54,59,144). Sum of RGB (Red+Green+Blue) = 54+59+144=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #363B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363B90 is #C9C46F. Grayscale: #424242. Windows color (decimal): -13223024 or 9452342. OLE color: 9452342.

HSL color Cylindrical-coordinate representation of color #363B90: hue angle of 236.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #363B90 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5459144-
CMYK0.630.5900.44
HSL236.67º45.45%38.82%-
HSV(B)236.67º62.5%56.47%-
XYZ8.125.9327.1-
YUV67.19171.34118.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.01%
GREEN value IS 59 (23.44% from 255) = 22.96%
BLUE value IS 144 (56.64% from 255) = 56.03%
R=21.01%
G=22.96%
B=56.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54591440.630.5900.44236.6745.4538.82
Hex363B903F3B02Ced2d27
Octal667322077730543555547
Binary11011011101110010000111111111011010110011101101101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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