#363992

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

Shades of Jacksons Purple #363992

Tints of Jacksons Purple #363992

Color information

#363992 (or 0x363992) is unknown color: approx Jacksons Purple. HEX triplet: 36, 39 and 92. RGB value is (54,57,146). Sum of RGB (Red+Green+Blue) = 54+57+146=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 146 (57.42% from 255 or 56.81% from 257); Max value from RGB is 146 - color contains mainly: blue. Hex color #363992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363992 is #C9C66D. Grayscale: #414141. Windows color (decimal): -13223534 or 9582902. OLE color: 9582902.

HSL color Cylindrical-coordinate representation of color #363992: hue angle of 238.04º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #363992 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5457146-
CMYK0.630.6100.43
HSL238.04º46%39.22%-
HSV(B)238.04º63.01%57.25%-
XYZ8.175.7927.88-
YUV66.25173.01119.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.01%
GREEN value IS 57 (22.66% from 255) = 22.18%
BLUE value IS 146 (57.42% from 255) = 56.81%
R=21.01%
G=22.18%
B=56.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal54571460.630.6100.43238.044639.22
Hex3639923F3D02Bee2e27
Octal667122277750533565647
Binary11011011100110010010111111111101010101111101110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363992; }

 p { color: rgb(54,57,146); }

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

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

 a { background-color: rgb(54,57,146); }

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

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

 span { border-color: rgb(54,57,146); }

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