#363E85

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

Shades of Jacksons Purple #363E85

Tints of Jacksons Purple #363E85

Color information

#363E85 (or 0x363E85) is unknown color: approx Jacksons Purple. HEX triplet: 36, 3E and 85. RGB value is (54,62,133). Sum of RGB (Red+Green+Blue) = 54+62+133=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 62 (24.61% from 255 or 24.90% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #363E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363E85 is #C9C17A. Grayscale: #434343. Windows color (decimal): -13222267 or 8732214. OLE color: 8732214.

HSL color Cylindrical-coordinate representation of color #363E85: hue angle of 233.92º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #363E85 is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5462133-
CMYK0.590.5300.48
HSL233.92º42.25%36.67%-
HSV(B)233.92º59.4%52.16%-
XYZ7.485.9222.94-
YUV67.7164.85118.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.69%
GREEN value IS 62 (24.61% from 255) = 24.90%
BLUE value IS 133 (52.34% from 255) = 53.41%
R=21.69%
G=24.90%
B=53.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54621330.590.5300.48233.9242.2536.67
Hex363E853B35030ea2a25
Octal667620573650603525245
Binary11011011111010000101111011110101011000011101010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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