#312A87

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

Shades of Jacksons Purple #312A87

Tints of Jacksons Purple #312A87

Color information

#312A87 (or 0x312A87) is unknown color: approx Jacksons Purple. HEX triplet: 31, 2A and 87. RGB value is (49,42,135). Sum of RGB (Red+Green+Blue) = 49+42+135=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 135 (53.12% from 255 or 59.73% from 226); Max value from RGB is 135 - color contains mainly: blue. Hex color #312A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312A87 is #CED578. Grayscale: #363636. Windows color (decimal): -13555065 or 8858161. OLE color: 8858161.

HSL color Cylindrical-coordinate representation of color #312A87: hue angle of 244.52º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #312A87 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4942135-
CMYK0.640.6900.47
HSL244.52º52.54%34.71%-
HSV(B)244.52º68.89%52.94%-
XYZ6.474.0623.36-
YUV54.7173.32123.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.68%
GREEN value IS 42 (16.80% from 255) = 18.58%
BLUE value IS 135 (53.12% from 255) = 59.73%
R=21.68%
G=18.58%
B=59.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49421350.640.6900.47244.5252.5434.71
Hex312A87404502Ff53523
Octal61522071001050573656543
Binary1100011010101000011110000001000101010111111110101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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