#363E93

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

Shades of Jacksons Purple #363E93

Tints of Jacksons Purple #363E93

Color information

#363E93 (or 0x363E93) is unknown color: approx Jacksons Purple. HEX triplet: 36, 3E and 93. RGB value is (54,62,147). Sum of RGB (Red+Green+Blue) = 54+62+147=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 62 (24.61% from 255 or 23.57% from 263); Blue value is 147 (57.81% from 255 or 55.89% from 263); Max value from RGB is 147 - color contains mainly: blue. Hex color #363E93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363E93 is #C9C16C. Grayscale: #444444. Windows color (decimal): -13222253 or 9649718. OLE color: 9649718.

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

Color convert

RGB5462147-
CMYK0.630.5800.42
HSL234.84º46.27%39.41%-
HSV(B)234.84º63.27%57.65%-
XYZ8.516.3428.38-
YUV69.3171.85117.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.53%
GREEN value IS 62 (24.61% from 255) = 23.57%
BLUE value IS 147 (57.81% from 255) = 55.89%
R=20.53%
G=23.57%
B=55.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54621470.630.5800.42234.8446.2739.41
Hex363E933F3A02Aeb2e27
Octal667622377720523535647
Binary11011011111010010011111111111010010101011101011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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