#313A93

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

Shades of Jacksons Purple #313A93

Tints of Jacksons Purple #313A93

Color information

#313A93 (or 0x313A93) is unknown color: approx Jacksons Purple. HEX triplet: 31, 3A and 93. RGB value is (49,58,147). Sum of RGB (Red+Green+Blue) = 49+58+147=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 147 (57.81% from 255 or 57.87% from 254); Max value from RGB is 147 - color contains mainly: blue. Hex color #313A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313A93 is #CEC56C. Grayscale: #414141. Windows color (decimal): -13550957 or 9648689. OLE color: 9648689.

HSL color Cylindrical-coordinate representation of color #313A93: hue angle of 234.49º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #313A93 is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4958147-
CMYK0.670.6100.42
HSL234.49º50%38.43%-
HSV(B)234.49º66.67%57.65%-
XYZ8.055.7928.3-
YUV65.46174.02116.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.29%
GREEN value IS 58 (23.05% from 255) = 22.83%
BLUE value IS 147 (57.81% from 255) = 57.87%
R=19.29%
G=22.83%
B=57.87%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49581470.670.6100.42234.495038.43
Hex313A93433D02Aea3226
Octal6172223103750523526246
Binary110001111010100100111000011111101010101011101010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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