#363893

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

Shades of Jacksons Purple #363893

Tints of Jacksons Purple #363893

Color information

#363893 (or 0x363893) is unknown color: approx Jacksons Purple. HEX triplet: 36, 38 and 93. RGB value is (54,56,147). Sum of RGB (Red+Green+Blue) = 54+56+147=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 147 (57.81% from 255 or 57.20% from 257); Max value from RGB is 147 - color contains mainly: blue. Hex color #363893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363893 is #C9C76C. Grayscale: #414141. Windows color (decimal): -13223789 or 9648182. OLE color: 9648182.

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

Color convert

RGB5456147-
CMYK0.630.6200.42
HSL238.71º46.27%39.41%-
HSV(B)238.71º63.27%57.65%-
XYZ8.25.7228.28-
YUV65.78173.84119.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.01%
GREEN value IS 56 (22.27% from 255) = 21.79%
BLUE value IS 147 (57.81% from 255) = 57.20%
R=21.01%
G=21.79%
B=57.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54561470.630.6200.42238.7146.2739.41
Hex3638933F3E02Aef2e27
Octal667022377760523575647
Binary11011011100010010011111111111110010101011101111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363893; }

 p { color: rgb(54,56,147); }

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

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

 a { background-color: rgb(54,56,147); }

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

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

 span { border-color: rgb(54,56,147); }

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