#313C90

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

Shades of Jacksons Purple #313C90

Tints of Jacksons Purple #313C90

Color information

#313C90 (or 0x313C90) is unknown color: approx Jacksons Purple. HEX triplet: 31, 3C and 90. RGB value is (49,60,144). Sum of RGB (Red+Green+Blue) = 49+60+144=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #313C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313C90 is #CEC36F. Grayscale: #414141. Windows color (decimal): -13550448 or 9452593. OLE color: 9452593.

HSL color Cylindrical-coordinate representation of color #313C90: hue angle of 233.05º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #313C90 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4960144-
CMYK0.660.5800.44
HSL233.05º49.22%37.84%-
HSV(B)233.05º65.97%56.47%-
XYZ7.925.927.11-
YUV66.29171.86115.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.37%
GREEN value IS 60 (23.83% from 255) = 23.72%
BLUE value IS 144 (56.64% from 255) = 56.92%
R=19.37%
G=23.72%
B=56.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49601440.660.5800.44233.0549.2237.84
Hex313C90423A02Ce93126
Octal6174220102720543516146
Binary110001111100100100001000010111010010110011101001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,60,144); }

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

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

 a { background-color: rgb(49,60,144); }

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

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

 span { border-color: rgb(49,60,144); }

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