#363487

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

Shades of Jacksons Purple #363487

Tints of Jacksons Purple #363487

Color information

#363487 (or 0x363487) is unknown color: approx Jacksons Purple. HEX triplet: 36, 34 and 87. RGB value is (54,52,135). Sum of RGB (Red+Green+Blue) = 54+52+135=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #363487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363487 is #C9CB78. Grayscale: #3D3D3D. Windows color (decimal): -13224825 or 8860726. OLE color: 8860726.

HSL color Cylindrical-coordinate representation of color #363487: hue angle of 241.45º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #363487 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5452135-
CMYK0.600.6100.47
HSL241.45º44.39%36.67%-
HSV(B)241.45º61.48%52.94%-
XYZ7.124.9923.51-
YUV62.06169.16122.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.41%
GREEN value IS 52 (20.70% from 255) = 21.58%
BLUE value IS 135 (53.12% from 255) = 56.02%
R=22.41%
G=21.58%
B=56.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal54521350.600.6100.47241.4544.3936.67
Hex3634873C3D02Ff12c25
Octal666420774750573615445
Binary11011011010010000111111100111101010111111110001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363487; }

 p { color: rgb(54,52,135); }

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

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

 a { background-color: rgb(54,52,135); }

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

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

 span { border-color: rgb(54,52,135); }

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