#313A87

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

Shades of Jacksons Purple #313A87

Tints of Jacksons Purple #313A87

Color information

#313A87 (or 0x313A87) is unknown color: approx Jacksons Purple. HEX triplet: 31, 3A and 87. RGB value is (49,58,135). Sum of RGB (Red+Green+Blue) = 49+58+135=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #313A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313A87 is #CEC578. Grayscale: #3F3F3F. Windows color (decimal): -13550969 or 8862257. OLE color: 8862257.

HSL color Cylindrical-coordinate representation of color #313A87: hue angle of 233.72º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #313A87 is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4958135-
CMYK0.640.5700.47
HSL233.72º46.74%36.08%-
HSV(B)233.72º63.7%52.94%-
XYZ7.155.4323.59-
YUV64.09168.02117.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.25%
GREEN value IS 58 (23.05% from 255) = 23.97%
BLUE value IS 135 (53.12% from 255) = 55.79%
R=20.25%
G=23.97%
B=55.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49581350.640.5700.47233.7246.7436.08
Hex313A87403902Fea2f24
Octal6172207100710573525744
Binary110001111010100001111000000111001010111111101010101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313A87; }

 p { color: rgb(49,58,135); }

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

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

 a { background-color: rgb(49,58,135); }

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

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

 span { border-color: rgb(49,58,135); }

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