#363079

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

Shades of Jacksons Purple #363079

Tints of Jacksons Purple #363079

Color information

#363079 (or 0x363079) is unknown color: approx Jacksons Purple. HEX triplet: 36, 30 and 79. RGB value is (54,48,121). Sum of RGB (Red+Green+Blue) = 54+48+121=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #363079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363079 is #C9CF86. Grayscale: #393939. Windows color (decimal): -13225863 or 7942198. OLE color: 7942198.

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

Color convert

RGB5448121-
CMYK0.550.6000.53
HSL244.93º43.2%33.14%-
HSV(B)244.93º60.33%47.45%-
XYZ6.034.2818.6-
YUV58.12163.49125.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.22%
GREEN value IS 48 (19.14% from 255) = 21.52%
BLUE value IS 121 (47.66% from 255) = 54.26%
R=24.22%
G=21.52%
B=54.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54481210.550.6000.53244.9343.233.14
Hex363079373C035f52b21
Octal666017167740653655341
Binary1101101100001111001110111111100011010111110101101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363079; }

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

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

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

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

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

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

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

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