#312A7F

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

Shades of Jacksons Purple #312A7F

Tints of Jacksons Purple #312A7F

Color information

#312A7F (or 0x312A7F) is unknown color: approx Jacksons Purple. HEX triplet: 31, 2A and 7F. RGB value is (49,42,127). Sum of RGB (Red+Green+Blue) = 49+42+127=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #312A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312A7F is #CED580. Grayscale: #353535. Windows color (decimal): -13555073 or 8333873. OLE color: 8333873.

HSL color Cylindrical-coordinate representation of color #312A7F: hue angle of 244.94º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #312A7F is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4942127-
CMYK0.610.6700.50
HSL244.94º50.3%33.14%-
HSV(B)244.94º66.93%49.8%-
XYZ5.933.8420.51-
YUV53.78169.32124.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.48%
GREEN value IS 42 (16.80% from 255) = 19.27%
BLUE value IS 127 (50% from 255) = 58.26%
R=22.48%
G=19.27%
B=58.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49421270.610.6700.50244.9450.333.14
Hex312A7F3D43032f53221
Octal6152177751030623656241
Binary11000110101011111111111011000011011001011110101110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,42,127); }

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

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

 a { background-color: rgb(49,42,127); }

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

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

 span { border-color: rgb(49,42,127); }

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