#363279

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

Shades of Jacksons Purple #363279

Tints of Jacksons Purple #363279

Color information

#363279 (or 0x363279) is unknown color: approx Jacksons Purple. HEX triplet: 36, 32 and 79. RGB value is (54,50,121). Sum of RGB (Red+Green+Blue) = 54+50+121=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #363279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363279 is #C9CD86. Grayscale: #3B3B3B. Windows color (decimal): -13225351 or 7942710. OLE color: 7942710.

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

Color convert

RGB5450121-
CMYK0.550.5900.53
HSL243.38º41.52%33.53%-
HSV(B)243.38º58.68%47.45%-
XYZ6.114.4518.63-
YUV59.29162.83124.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24%
GREEN value IS 50 (19.92% from 255) = 22.22%
BLUE value IS 121 (47.66% from 255) = 53.78%
R=24%
G=22.22%
B=53.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54501210.550.5900.53243.3841.5233.53
Hex363279373B035f32a22
Octal666217167730653635242
Binary1101101100101111001110111111011011010111110011101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363279; }

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

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

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

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

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

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

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

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