#363F8E

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

Shades of Jacksons Purple #363F8E

Tints of Jacksons Purple #363F8E

Color information

#363F8E (or 0x363F8E) is unknown color: approx Jacksons Purple. HEX triplet: 36, 3F and 8E. RGB value is (54,63,142). Sum of RGB (Red+Green+Blue) = 54+63+142=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 142 (55.86% from 255 or 54.83% from 259); Max value from RGB is 142 - color contains mainly: blue. Hex color #363F8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363F8E is #C9C071. Grayscale: #444444. Windows color (decimal): -13222002 or 9322294. OLE color: 9322294.

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

Color convert

RGB5463142-
CMYK0.620.5600.44
HSL233.86º44.9%38.43%-
HSV(B)233.86º61.97%55.69%-
XYZ8.186.2926.37-
YUV69.32169.02117.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.85%
GREEN value IS 63 (25% from 255) = 24.32%
BLUE value IS 142 (55.86% from 255) = 54.83%
R=20.85%
G=24.32%
B=54.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54631420.620.5600.44233.8644.938.43
Hex363F8E3E3802Cea2d26
Octal667721676700543525546
Binary11011011111110001110111110111000010110011101010101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,63,142); }

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

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

 a { background-color: rgb(54,63,142); }

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

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

 span { border-color: rgb(54,63,142); }

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