#363E92

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

Shades of Jacksons Purple #363E92

Tints of Jacksons Purple #363E92

Color information

#363E92 (or 0x363E92) is unknown color: approx Jacksons Purple. HEX triplet: 36, 3E and 92. RGB value is (54,62,146). Sum of RGB (Red+Green+Blue) = 54+62+146=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #363E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363E92 is #C9C16D. Grayscale: #444444. Windows color (decimal): -13222254 or 9584182. OLE color: 9584182.

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

Color convert

RGB5462146-
CMYK0.630.5800.43
HSL234.78º46%39.22%-
HSV(B)234.78º63.01%57.25%-
XYZ8.436.327.97-
YUV69.18171.35117.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.61%
GREEN value IS 62 (24.61% from 255) = 23.66%
BLUE value IS 146 (57.42% from 255) = 55.73%
R=20.61%
G=23.66%
B=55.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal54621460.630.5800.43234.784639.22
Hex363E923F3A02Beb2e27
Octal667622277720533535647
Binary11011011111010010010111111111010010101111101011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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