#312C8E

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

Shades of Jacksons Purple #312C8E

Tints of Jacksons Purple #312C8E

Color information

#312C8E (or 0x312C8E) is unknown color: approx Jacksons Purple. HEX triplet: 31, 2C and 8E. RGB value is (49,44,142). Sum of RGB (Red+Green+Blue) = 49+44+142=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 142 (55.86% from 255 or 60.43% from 235); Max value from RGB is 142 - color contains mainly: blue. Hex color #312C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312C8E is #CED371. Grayscale: #383838. Windows color (decimal): -13554546 or 9317425. OLE color: 9317425.

HSL color Cylindrical-coordinate representation of color #312C8E: hue angle of 243.06º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #312C8E is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4944142-
CMYK0.650.6900.44
HSL243.06º52.69%36.47%-
HSV(B)243.06º69.01%55.69%-
XYZ7.054.4126.07-
YUV56.67176.16122.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.85%
GREEN value IS 44 (17.58% from 255) = 18.72%
BLUE value IS 142 (55.86% from 255) = 60.43%
R=20.85%
G=18.72%
B=60.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49441420.650.6900.44243.0652.6936.47
Hex312C8E414502Cf33524
Octal61542161011050543636544
Binary1100011011001000111010000011000101010110011110011110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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