#363579

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

Shades of Jacksons Purple #363579

Tints of Jacksons Purple #363579

Color information

#363579 (or 0x363579) is unknown color: approx Jacksons Purple. HEX triplet: 36, 35 and 79. RGB value is (54,53,121). Sum of RGB (Red+Green+Blue) = 54+53+121=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 121 (47.66% from 255 or 53.07% from 228); Max value from RGB is 121 - color contains mainly: blue. Hex color #363579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363579 is #C9CA86. Grayscale: #3C3C3C. Windows color (decimal): -13224583 or 7943478. OLE color: 7943478.

HSL color Cylindrical-coordinate representation of color #363579: hue angle of 240.88º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #363579 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5453121-
CMYK0.550.5600.53
HSL240.88º39.08%34.12%-
HSV(B)240.88º56.2%47.45%-
XYZ6.254.7118.67-
YUV61.05161.83122.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.68%
GREEN value IS 53 (21.09% from 255) = 23.25%
BLUE value IS 121 (47.66% from 255) = 53.07%
R=23.68%
G=23.25%
B=53.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54531210.550.5600.53240.8839.0834.12
Hex3635793738035f12722
Octal666517167700653614742
Binary1101101101011111001110111111000011010111110001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363579; }

 p { color: rgb(54,53,121); }

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

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

 a { background-color: rgb(54,53,121); }

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

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

 span { border-color: rgb(54,53,121); }

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