#36408E

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

Shades of Jacksons Purple #36408E

Tints of Jacksons Purple #36408E

Color information

#36408E (or 0x36408E) is unknown color: approx Jacksons Purple. HEX triplet: 36, 40 and 8E. RGB value is (54,64,142). Sum of RGB (Red+Green+Blue) = 54+64+142=260 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.77% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 142 (55.86% from 255 or 54.62% from 260); Max value from RGB is 142 - color contains mainly: blue. Hex color #36408E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36408E is #C9BF71. Grayscale: #454545. Windows color (decimal): -13221746 or 9322550. OLE color: 9322550.

HSL color Cylindrical-coordinate representation of color #36408E: hue angle of 233.18º 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 #36408E is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5464142-
CMYK0.620.5500.44
HSL233.18º44.9%38.43%-
HSV(B)233.18º61.97%55.69%-
XYZ8.246.426.39-
YUV69.9168.69116.66-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.77%
GREEN value IS 64 (25.39% from 255) = 24.62%
BLUE value IS 142 (55.86% from 255) = 54.62%
R=20.77%
G=24.62%
B=54.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54641420.620.5500.44233.1844.938.43
Hex36408E3E3702Ce92d26
Octal6610021676670543515546
Binary110110100000010001110111110110111010110011101001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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