#363C95

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

Shades of Jacksons Purple #363C95

Tints of Jacksons Purple #363C95

Color information

#363C95 (or 0x363C95) is unknown color: approx Jacksons Purple. HEX triplet: 36, 3C and 95. RGB value is (54,60,149). Sum of RGB (Red+Green+Blue) = 54+60+149=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 149 (58.59% from 255 or 56.65% from 263); Max value from RGB is 149 - color contains mainly: blue. Hex color #363C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363C95 is #C9C36A. Grayscale: #434343. Windows color (decimal): -13222763 or 9780278. OLE color: 9780278.

HSL color Cylindrical-coordinate representation of color #363C95: hue angle of 236.21º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #363C95 is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5460149-
CMYK0.640.6000.42
HSL236.21º46.8%39.8%-
HSV(B)236.21º63.76%58.43%-
XYZ8.566.1929.18-
YUV68.35173.51117.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.53%
GREEN value IS 60 (23.83% from 255) = 22.81%
BLUE value IS 149 (58.59% from 255) = 56.65%
R=20.53%
G=22.81%
B=56.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54601490.640.6000.42236.2146.839.8
Hex363C95403C02Aec2f28
Octal6674225100740523545750
Binary110110111100100101011000000111100010101011101100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,60,149); }

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

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

 a { background-color: rgb(54,60,149); }

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

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

 span { border-color: rgb(54,60,149); }

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