#36408A

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

Shades of Jacksons Purple #36408A

Tints of Jacksons Purple #36408A

Color information

#36408A (or 0x36408A) is unknown color: approx Jacksons Purple. HEX triplet: 36, 40 and 8A. RGB value is (54,64,138). Sum of RGB (Red+Green+Blue) = 54+64+138=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #36408A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36408A is #C9BF75. Grayscale: #454545. Windows color (decimal): -13221750 or 9060406. OLE color: 9060406.

HSL color Cylindrical-coordinate representation of color #36408A: hue angle of 232.86º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36408A is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5464138-
CMYK0.610.5400.46
HSL232.86º43.75%37.65%-
HSV(B)232.86º60.87%54.12%-
XYZ7.946.2924.84-
YUV69.45166.69116.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.09%
GREEN value IS 64 (25.39% from 255) = 25%
BLUE value IS 138 (54.30% from 255) = 53.91%
R=21.09%
G=25%
B=53.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54641380.610.5400.46232.8643.7537.65
Hex36408A3D3602Ee92c26
Octal6610021275660563515446
Binary110110100000010001010111101110110010111011101001101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36408A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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