#313991

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

Shades of Jacksons Purple #313991

Tints of Jacksons Purple #313991

Color information

#313991 (or 0x313991) is unknown color: approx Jacksons Purple. HEX triplet: 31, 39 and 91. RGB value is (49,57,145). Sum of RGB (Red+Green+Blue) = 49+57+145=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 145 (57.03% from 255 or 57.77% from 251); Max value from RGB is 145 - color contains mainly: blue. Hex color #313991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313991 is #CEC66E. Grayscale: #404040. Windows color (decimal): -13551215 or 9517361. OLE color: 9517361.

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

Color convert

RGB4957145-
CMYK0.660.6100.43
HSL235º49.48%38.04%-
HSV(B)235º66.21%56.86%-
XYZ7.845.6227.46-
YUV64.64173.35116.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.52%
GREEN value IS 57 (22.66% from 255) = 22.71%
BLUE value IS 145 (57.03% from 255) = 57.77%
R=19.52%
G=22.71%
B=57.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49571450.660.6100.4323549.4838.04
Hex313991423D02Beb3126
Octal6171221102750533536146
Binary110001111001100100011000010111101010101111101011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313991; }

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

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

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

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

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

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

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

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