#364087

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

Shades of Jacksons Purple #364087

Tints of Jacksons Purple #364087

Color information

#364087 (or 0x364087) is unknown color: approx Jacksons Purple. HEX triplet: 36, 40 and 87. RGB value is (54,64,135). Sum of RGB (Red+Green+Blue) = 54+64+135=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 135 (53.12% from 255 or 53.36% from 253); Max value from RGB is 135 - color contains mainly: blue. Hex color #364087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364087 is #C9BF78. Grayscale: #444444. Windows color (decimal): -13221753 or 8863798. OLE color: 8863798.

HSL color Cylindrical-coordinate representation of color #364087: hue angle of 232.59º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #364087 is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5464135-
CMYK0.600.5300.47
HSL232.59º42.86%37.06%-
HSV(B)232.59º60%52.94%-
XYZ7.736.223.71-
YUV69.1165.19117.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.34%
GREEN value IS 64 (25.39% from 255) = 25.30%
BLUE value IS 135 (53.12% from 255) = 53.36%
R=21.34%
G=25.30%
B=53.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54641350.600.5300.47232.5942.8637.06
Hex3640873C3502Fe92b25
Octal6610020774650573515345
Binary110110100000010000111111100110101010111111101001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364087; }

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

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

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

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

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

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

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

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