#313591

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

Shades of Jacksons Purple #313591

Tints of Jacksons Purple #313591

Color information

#313591 (or 0x313591) is unknown color: approx Jacksons Purple. HEX triplet: 31, 35 and 91. RGB value is (49,53,145). Sum of RGB (Red+Green+Blue) = 49+53+145=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 145 (57.03% from 255 or 58.70% from 247); Max value from RGB is 145 - color contains mainly: blue. Hex color #313591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313591 is #CECA6E. Grayscale: #3D3D3D. Windows color (decimal): -13552239 or 9516337. OLE color: 9516337.

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

Color convert

RGB4953145-
CMYK0.660.6300.43
HSL237.5º49.48%38.04%-
HSV(B)237.5º66.21%56.86%-
XYZ7.655.2427.4-
YUV62.29174.67118.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.84%
GREEN value IS 53 (21.09% from 255) = 21.46%
BLUE value IS 145 (57.03% from 255) = 58.70%
R=19.84%
G=21.46%
B=58.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49531450.660.6300.43237.549.4838.04
Hex313591423F02Bee3126
Octal6165221102770533566146
Binary110001110101100100011000010111111010101111101110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313591; }

 p { color: rgb(49,53,145); }

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

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

 a { background-color: rgb(49,53,145); }

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

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

 span { border-color: rgb(49,53,145); }

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