#312983

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

Shades of Jacksons Purple #312983

Tints of Jacksons Purple #312983

Color information

#312983 (or 0x312983) is unknown color: approx Jacksons Purple. HEX triplet: 31, 29 and 83. RGB value is (49,41,131). Sum of RGB (Red+Green+Blue) = 49+41+131=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 131 (51.56% from 255 or 59.28% from 221); Max value from RGB is 131 - color contains mainly: blue. Hex color #312983 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312983 is #CED67C. Grayscale: #353535. Windows color (decimal): -13555325 or 8595761. OLE color: 8595761.

HSL color Cylindrical-coordinate representation of color #312983: hue angle of 245.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #312983 is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4941131-
CMYK0.630.6900.49
HSL245.33º52.33%33.73%-
HSV(B)245.33º68.7%51.37%-
XYZ6.163.8821.9-
YUV53.65171.65124.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.17%
GREEN value IS 41 (16.41% from 255) = 18.55%
BLUE value IS 131 (51.56% from 255) = 59.28%
R=22.17%
G=18.55%
B=59.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49411310.630.6900.49245.3352.3333.73
Hex3129833F45031f53422
Octal6151203771050613656442
Binary110001101001100000111111111000101011000111110101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312983; }

 p { color: rgb(49,41,131); }

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

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

 a { background-color: rgb(49,41,131); }

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

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

 span { border-color: rgb(49,41,131); }

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