#363C81

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

Shades of Jacksons Purple #363C81

Tints of Jacksons Purple #363C81

Color information

#363C81 (or 0x363C81) is unknown color: approx Jacksons Purple. HEX triplet: 36, 3C and 81. RGB value is (54,60,129). Sum of RGB (Red+Green+Blue) = 54+60+129=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 129 (50.78% from 255 or 53.09% from 243); Max value from RGB is 129 - color contains mainly: blue. Hex color #363C81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363C81 is #C9C37E. Grayscale: #414141. Windows color (decimal): -13222783 or 8469558. OLE color: 8469558.

HSL color Cylindrical-coordinate representation of color #363C81: hue angle of 235.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #363C81 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5460129-
CMYK0.580.5300.49
HSL235.2º40.98%35.88%-
HSV(B)235.2º58.14%50.59%-
XYZ7.15.621.48-
YUV66.07163.51119.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.22%
GREEN value IS 60 (23.83% from 255) = 24.69%
BLUE value IS 129 (50.78% from 255) = 53.09%
R=22.22%
G=24.69%
B=53.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54601290.580.5300.49235.240.9835.88
Hex363C813A35031eb2924
Octal667420172650613535144
Binary11011011110010000001111010110101011000111101011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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