#363891

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

Shades of Jacksons Purple #363891

Tints of Jacksons Purple #363891

Color information

#363891 (or 0x363891) is unknown color: approx Jacksons Purple. HEX triplet: 36, 38 and 91. RGB value is (54,56,145). Sum of RGB (Red+Green+Blue) = 54+56+145=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 145 (57.03% from 255 or 56.86% from 255); Max value from RGB is 145 - color contains mainly: blue. Hex color #363891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363891 is #C9C76E. Grayscale: #414141. Windows color (decimal): -13223791 or 9517110. OLE color: 9517110.

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

Color convert

RGB5456145-
CMYK0.630.6100.43
HSL238.68º45.73%39.02%-
HSV(B)238.68º62.76%56.86%-
XYZ8.055.6627.46-
YUV65.55172.84119.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.18%
GREEN value IS 56 (22.27% from 255) = 21.96%
BLUE value IS 145 (57.03% from 255) = 56.86%
R=21.18%
G=21.96%
B=56.86%

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
Decimal54561450.630.6100.43238.6845.7339.02
Hex3638913F3D02Bef2e27
Octal667022177750533575647
Binary11011011100010010001111111111101010101111101111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363891; }

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

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

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

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

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

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

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

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