#364084

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

Shades of Jacksons Purple #364084

Tints of Jacksons Purple #364084

Color information

#364084 (or 0x364084) is unknown color: approx Jacksons Purple. HEX triplet: 36, 40 and 84. RGB value is (54,64,132). Sum of RGB (Red+Green+Blue) = 54+64+132=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #364084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364084 is #C9BF7B. Grayscale: #444444. Windows color (decimal): -13221756 or 8667190. OLE color: 8667190.

HSL color Cylindrical-coordinate representation of color #364084: hue angle of 232.31º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #364084 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5464132-
CMYK0.590.5200.48
HSL232.31º41.94%36.47%-
HSV(B)232.31º59.09%51.76%-
XYZ7.526.1222.61-
YUV68.76163.69117.47-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.6%
GREEN value IS 64 (25.39% from 255) = 25.6%
BLUE value IS 132 (51.95% from 255) = 52.8%
R=21.6%
G=25.6%
B=52.8%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54641320.590.5200.48232.3141.9436.47
Hex3640843B34030e82a24
Octal6610020473640603505244
Binary110110100000010000100111011110100011000011101000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364084; }

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

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

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

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

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

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

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

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