#313A96

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

Shades of Jacksons Purple #313A96

Tints of Jacksons Purple #313A96

Color information

#313A96 (or 0x313A96) is unknown color: approx Jacksons Purple. HEX triplet: 31, 3A and 96. RGB value is (49,58,150). Sum of RGB (Red+Green+Blue) = 49+58+150=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 150 (58.98% from 255 or 58.37% from 257); Max value from RGB is 150 - color contains mainly: blue. Hex color #313A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313A96 is #CEC569. Grayscale: #414141. Windows color (decimal): -13550954 or 9845297. OLE color: 9845297.

HSL color Cylindrical-coordinate representation of color #313A96: hue angle of 234.65º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #313A96 is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4958150-
CMYK0.670.6100.41
HSL234.65º50.75%39.02%-
HSV(B)234.65º67.33%58.82%-
XYZ8.285.8829.55-
YUV65.8175.52116.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 58 (23.05% from 255) = 22.57%
BLUE value IS 150 (58.98% from 255) = 58.37%
R=19.07%
G=22.57%
B=58.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal49581500.670.6100.41234.6550.7539.02
Hex313A96433D029eb3327
Octal6172226103750513536347
Binary110001111010100101101000011111101010100111101011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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