#364089

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

Shades of Jacksons Purple #364089

Tints of Jacksons Purple #364089

Color information

#364089 (or 0x364089) is unknown color: approx Jacksons Purple. HEX triplet: 36, 40 and 89. RGB value is (54,64,137). Sum of RGB (Red+Green+Blue) = 54+64+137=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #364089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364089 is #C9BF76. Grayscale: #454545. Windows color (decimal): -13221751 or 8994870. OLE color: 8994870.

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

Color convert

RGB5464137-
CMYK0.610.5300.46
HSL232.77º43.46%37.45%-
HSV(B)232.77º60.58%53.73%-
XYZ7.876.2624.46-
YUV69.33166.19117.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.18%
GREEN value IS 64 (25.39% from 255) = 25.10%
BLUE value IS 137 (53.91% from 255) = 53.73%
R=21.18%
G=25.10%
B=53.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal54641370.610.5300.46232.7743.4637.45
Hex3640893D3502Ee92b25
Octal6610021175650563515345
Binary110110100000010001001111101110101010111011101001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364089; }

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

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

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

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

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

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

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

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