#313D8E

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

Shades of Jacksons Purple #313D8E

Tints of Jacksons Purple #313D8E

Color information

#313D8E (or 0x313D8E) is unknown color: approx Jacksons Purple. HEX triplet: 31, 3D and 8E. RGB value is (49,61,142). Sum of RGB (Red+Green+Blue) = 49+61+142=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 142 (55.86% from 255 or 56.35% from 252); Max value from RGB is 142 - color contains mainly: blue. Hex color #313D8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313D8E is #CEC271. Grayscale: #424242. Windows color (decimal): -13550194 or 9321777. OLE color: 9321777.

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

Color convert

RGB4961142-
CMYK0.650.5700.44
HSL232.26º48.69%37.45%-
HSV(B)232.26º65.49%55.69%-
XYZ7.825.9426.33-
YUV66.65170.52115.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.44%
GREEN value IS 61 (24.22% from 255) = 24.21%
BLUE value IS 142 (55.86% from 255) = 56.35%
R=19.44%
G=24.21%
B=56.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49611420.650.5700.44232.2648.6937.45
Hex313D8E413902Ce83125
Octal6175216101710543506145
Binary110001111101100011101000001111001010110011101000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,61,142); }

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

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

 a { background-color: rgb(49,61,142); }

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

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

 span { border-color: rgb(49,61,142); }

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