#313C8A

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

Shades of Jacksons Purple #313C8A

Tints of Jacksons Purple #313C8A

Color information

#313C8A (or 0x313C8A) is unknown color: approx Jacksons Purple. HEX triplet: 31, 3C and 8A. RGB value is (49,60,138). Sum of RGB (Red+Green+Blue) = 49+60+138=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 138 (54.30% from 255 or 55.87% from 247); Max value from RGB is 138 - color contains mainly: blue. Hex color #313C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313C8A is #CEC375. Grayscale: #414141. Windows color (decimal): -13550454 or 9059377. OLE color: 9059377.

HSL color Cylindrical-coordinate representation of color #313C8A: hue angle of 232.58º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #313C8A is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4960138-
CMYK0.640.5700.46
HSL232.58º47.59%36.67%-
HSV(B)232.58º64.49%54.12%-
XYZ7.475.7224.76-
YUV65.6168.86116.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.84%
GREEN value IS 60 (23.83% from 255) = 24.29%
BLUE value IS 138 (54.30% from 255) = 55.87%
R=19.84%
G=24.29%
B=55.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal49601380.640.5700.46232.5847.5936.67
Hex313C8A403902Ee93025
Octal6174212100710563516045
Binary110001111100100010101000000111001010111011101001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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