#312F91

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

Shades of Jacksons Purple #312F91

Tints of Jacksons Purple #312F91

Color information

#312F91 (or 0x312F91) is unknown color: approx Jacksons Purple. HEX triplet: 31, 2F and 91. RGB value is (49,47,145). Sum of RGB (Red+Green+Blue) = 49+47+145=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 145 (57.03% from 255 or 60.17% from 241); Max value from RGB is 145 - color contains mainly: blue. Hex color #312F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312F91 is #CED06E. Grayscale: #3A3A3A. Windows color (decimal): -13553775 or 9514801. OLE color: 9514801.

HSL color Cylindrical-coordinate representation of color #312F91: hue angle of 241.22º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #312F91 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4947145-
CMYK0.660.6800.43
HSL241.22º51.04%37.65%-
HSV(B)241.22º67.59%56.86%-
XYZ7.394.7327.31-
YUV58.77176.66121.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.33%
GREEN value IS 47 (18.75% from 255) = 19.50%
BLUE value IS 145 (57.03% from 255) = 60.17%
R=20.33%
G=19.50%
B=60.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49471450.660.6800.43241.2251.0437.65
Hex312F91424402Bf13326
Octal61572211021040533616346
Binary1100011011111001000110000101000100010101111110001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312F91; }

 p { color: rgb(49,47,145); }

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

<style>
 a { background-color: #312F91; }

 a { background-color: rgb(49,47,145); }

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

<style>
 span { border-color: #312F91; }

 span { border-color: rgb(49,47,145); }

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