#313290

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

Shades of Jacksons Purple #313290

Tints of Jacksons Purple #313290

Color information

#313290 (or 0x313290) is unknown color: approx Jacksons Purple. HEX triplet: 31, 32 and 90. RGB value is (49,50,144). Sum of RGB (Red+Green+Blue) = 49+50+144=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #313290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313290 is #CECD6F. Grayscale: #3C3C3C. Windows color (decimal): -13553008 or 9450033. OLE color: 9450033.

HSL color Cylindrical-coordinate representation of color #313290: hue angle of 239.37º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #313290 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4950144-
CMYK0.660.6500.44
HSL239.37º49.22%37.84%-
HSV(B)239.37º65.97%56.47%-
XYZ7.444.9526.95-
YUV60.42175.17119.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.16%
GREEN value IS 50 (19.92% from 255) = 20.58%
BLUE value IS 144 (56.64% from 255) = 59.26%
R=20.16%
G=20.58%
B=59.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49501440.660.6500.44239.3749.2237.84
Hex313290424102Cef3126
Octal61622201021010543576146
Binary1100011100101001000010000101000001010110011101111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313290; }

 p { color: rgb(49,50,144); }

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

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

 a { background-color: rgb(49,50,144); }

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

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

 span { border-color: rgb(49,50,144); }

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