#313293

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

Shades of Jacksons Purple #313293

Tints of Jacksons Purple #313293

Color information

#313293 (or 0x313293) is unknown color: approx Jacksons Purple. HEX triplet: 31, 32 and 93. RGB value is (49,50,147). Sum of RGB (Red+Green+Blue) = 49+50+147=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 147 (57.81% from 255 or 59.76% from 246); Max value from RGB is 147 - color contains mainly: blue. Hex color #313293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313293 is #CECD6C. Grayscale: #3C3C3C. Windows color (decimal): -13553005 or 9646641. OLE color: 9646641.

HSL color Cylindrical-coordinate representation of color #313293: hue angle of 239.39º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #313293 is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4950147-
CMYK0.670.6600.42
HSL239.39º50%38.43%-
HSV(B)239.39º66.67%57.65%-
XYZ7.675.0428.17-
YUV60.76176.67119.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.92%
GREEN value IS 50 (19.92% from 255) = 20.33%
BLUE value IS 147 (57.81% from 255) = 59.76%
R=19.92%
G=20.33%
B=59.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49501470.670.6600.42239.395038.43
Hex313293434202Aef3226
Octal61622231031020523576246
Binary1100011100101001001110000111000010010101011101111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313293; }

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

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

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

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

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

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

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

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