#313392

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

Shades of Jacksons Purple #313392

Tints of Jacksons Purple #313392

Color information

#313392 (or 0x313392) is unknown color: approx Jacksons Purple. HEX triplet: 31, 33 and 92. RGB value is (49,51,146). Sum of RGB (Red+Green+Blue) = 49+51+146=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #313392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313392 is #CECC6D. Grayscale: #3C3C3C. Windows color (decimal): -13552750 or 9581361. OLE color: 9581361.

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

Color convert

RGB4951146-
CMYK0.660.6500.43
HSL238.76º49.74%38.24%-
HSV(B)238.76º66.44%57.25%-
XYZ7.645.127.78-
YUV61.23175.84119.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.92%
GREEN value IS 51 (20.31% from 255) = 20.73%
BLUE value IS 146 (57.42% from 255) = 59.35%
R=19.92%
G=20.73%
B=59.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49511460.660.6500.43238.7649.7438.24
Hex313392424102Bef3226
Octal61632221021010533576246
Binary1100011100111001001010000101000001010101111101111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313392; }

 p { color: rgb(49,51,146); }

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

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

 a { background-color: rgb(49,51,146); }

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

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

 span { border-color: rgb(49,51,146); }

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