#363B92

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

Shades of Jacksons Purple #363B92

Tints of Jacksons Purple #363B92

Color information

#363B92 (or 0x363B92) is unknown color: approx Jacksons Purple. HEX triplet: 36, 3B and 92. RGB value is (54,59,146). Sum of RGB (Red+Green+Blue) = 54+59+146=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 59 (23.44% from 255 or 22.78% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #363B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363B92 is #C9C46D. Grayscale: #434343. Windows color (decimal): -13223022 or 9583414. OLE color: 9583414.

HSL color Cylindrical-coordinate representation of color #363B92: hue angle of 236.74º 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 #363B92 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5459146-
CMYK0.630.6000.43
HSL236.74º46%39.22%-
HSV(B)236.74º63.01%57.25%-
XYZ8.275.9927.91-
YUV67.42172.34118.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.85%
GREEN value IS 59 (23.44% from 255) = 22.78%
BLUE value IS 146 (57.42% from 255) = 56.37%
R=20.85%
G=22.78%
B=56.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal54591460.630.6000.43236.744639.22
Hex363B923F3C02Bed2e27
Octal667322277740533555647
Binary11011011101110010010111111111100010101111101101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363B92; }

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

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

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

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

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

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

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

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