#312D7E

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

Shades of Jacksons Purple #312D7E

Tints of Jacksons Purple #312D7E

Color information

#312D7E (or 0x312D7E) is unknown color: approx Jacksons Purple. HEX triplet: 31, 2D and 7E. RGB value is (49,45,126). Sum of RGB (Red+Green+Blue) = 49+45+126=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 126 (49.61% from 255 or 57.27% from 220); Max value from RGB is 126 - color contains mainly: blue. Hex color #312D7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312D7E is #CED281. Grayscale: #373737. Windows color (decimal): -13554306 or 8269105. OLE color: 8269105.

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

Color convert

RGB4945126-
CMYK0.610.6400.51
HSL242.96º47.37%33.53%-
HSV(B)242.96º64.29%49.41%-
XYZ5.974.0420.2-
YUV55.43167.83123.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.27%
GREEN value IS 45 (17.97% from 255) = 20.45%
BLUE value IS 126 (49.61% from 255) = 57.27%
R=22.27%
G=20.45%
B=57.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49451260.610.6400.51242.9647.3733.53
Hex312D7E3D40033f32f22
Octal6155176751000633635742
Binary11000110110111111101111011000000011001111110011101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,45,126); }

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

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

 a { background-color: rgb(49,45,126); }

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

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

 span { border-color: rgb(49,45,126); }

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