#36358E

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

Shades of Jacksons Purple #36358E

Tints of Jacksons Purple #36358E

Color information

#36358E (or 0x36358E) is unknown color: approx Jacksons Purple. HEX triplet: 36, 35 and 8E. RGB value is (54,53,142). Sum of RGB (Red+Green+Blue) = 54+53+142=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 142 (55.86% from 255 or 57.03% from 249); Max value from RGB is 142 - color contains mainly: blue. Hex color #36358E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36358E is #C9CA71. Grayscale: #3F3F3F. Windows color (decimal): -13224562 or 9319734. OLE color: 9319734.

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

Color convert

RGB5453142-
CMYK0.620.6300.44
HSL240.67º45.64%38.24%-
HSV(B)240.67º62.68%55.69%-
XYZ7.685.2826.21-
YUV63.44172.33121.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.69%
GREEN value IS 53 (21.09% from 255) = 21.29%
BLUE value IS 142 (55.86% from 255) = 57.03%
R=21.69%
G=21.29%
B=57.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54531420.620.6300.44240.6745.6438.24
Hex36358E3E3F02Cf12e26
Octal666521676770543615646
Binary11011011010110001110111110111111010110011110001101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36358E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36358E; }

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

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

<style>
 a { background-color: #36358E; }

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

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

<style>
 span { border-color: #36358E; }

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

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