#313A9A

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

Shades of Jacksons Purple #313A9A

Tints of Jacksons Purple #313A9A

Color information

#313A9A (or 0x313A9A) is unknown color: approx Jacksons Purple. HEX triplet: 31, 3A and 9A. RGB value is (49,58,154). Sum of RGB (Red+Green+Blue) = 49+58+154=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 154 (60.55% from 255 or 59.00% from 261); Max value from RGB is 154 - color contains mainly: blue. Hex color #313A9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313A9A is #CEC565. Grayscale: #414141. Windows color (decimal): -13550950 or 10107441. OLE color: 10107441.

HSL color Cylindrical-coordinate representation of color #313A9A: hue angle of 234.86º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #313A9A is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4958154-
CMYK0.680.6200.40
HSL234.86º51.72%39.8%-
HSV(B)234.86º68.18%60.39%-
XYZ8.616.0131.28-
YUV66.25177.52115.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.77%
GREEN value IS 58 (23.05% from 255) = 22.22%
BLUE value IS 154 (60.55% from 255) = 59.00%
R=18.77%
G=22.22%
B=59.00%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49581540.680.6200.40234.8651.7239.8
Hex313A9A443E028eb3428
Octal6172232104760503536450
Binary110001111010100110101000100111110010100011101011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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