#363284

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

Shades of Jacksons Purple #363284

Tints of Jacksons Purple #363284

Color information

#363284 (or 0x363284) is unknown color: approx Jacksons Purple. HEX triplet: 36, 32 and 84. RGB value is (54,50,132). Sum of RGB (Red+Green+Blue) = 54+50+132=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 132 (51.95% from 255 or 55.93% from 236); Max value from RGB is 132 - color contains mainly: blue. Hex color #363284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363284 is #C9CD7B. Grayscale: #3C3C3C. Windows color (decimal): -13225340 or 8663606. OLE color: 8663606.

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

Color convert

RGB5450132-
CMYK0.590.6200.48
HSL242.93º45.05%35.69%-
HSV(B)242.93º62.12%51.76%-
XYZ6.834.7322.38-
YUV60.54168.33123.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.88%
GREEN value IS 50 (19.92% from 255) = 21.19%
BLUE value IS 132 (51.95% from 255) = 55.93%
R=22.88%
G=21.19%
B=55.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal54501320.590.6200.48242.9345.0535.69
Hex3632843B3E030f32d24
Octal666220473760603635544
Binary11011011001010000100111011111110011000011110011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363284; }

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

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

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

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

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

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

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

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