#312c81

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

Shades of Jacksons Purple #312C81

Tints of Jacksons Purple #312C81

Color information

#312C81 (or 0x312C81) is unknown color: approx Jacksons Purple. HEX triplet: 31, 2C and 81. RGB value is (49,44,129). Sum of RGB (Red+Green+Blue) = 49+44+129=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 129 (50.78% from 255 or 58.11% from 222); Max value from RGB is 129 - color contains mainly: blue. Hex color #312C81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312C81 is #CED37E. Grayscale: #363636. Windows color (decimal): -13554559 or 8465457. OLE color: 8465457.

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

Color convert

RGB4944129-
CMYK0.620.6600.49
HSL243.53º49.13%33.92%-
HSV(B)243.53º65.89%50.59%-
XYZ6.134.0421.23-
YUV55.18169.66123.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.07%
GREEN value IS 44 (17.58% from 255) = 19.82%
BLUE value IS 129 (50.78% from 255) = 58.11%
R=22.07%
G=19.82%
B=58.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49441290.620.6600.49243.5349.1333.92
Hex312C813E42031f43122
Octal6154201761020613646142
Binary110001101100100000011111101000010011000111110100110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312c81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,44,129); }

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

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

 a { background-color: rgb(49,44,129); }

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

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

 span { border-color: rgb(49,44,129); }

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