#313192

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

Shades of Jacksons Purple #313192

Tints of Jacksons Purple #313192

Color information

#313192 (or 0x313192) is unknown color: approx Jacksons Purple. HEX triplet: 31, 31 and 92. RGB value is (49,49,146). Sum of RGB (Red+Green+Blue) = 49+49+146=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #313192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313192 is #CECE6D. Grayscale: #3B3B3B. Windows color (decimal): -13553262 or 9580849. OLE color: 9580849.

HSL color Cylindrical-coordinate representation of color #313192: hue angle of 240º 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 #313192 is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4949146-
CMYK0.660.6600.43
HSL240º49.74%38.24%-
HSV(B)240º66.44%57.25%-
XYZ7.554.9227.75-
YUV60.06176.5120.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.08%
GREEN value IS 49 (19.53% from 255) = 20.08%
BLUE value IS 146 (57.42% from 255) = 59.84%
R=20.08%
G=20.08%
B=59.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49491460.660.6600.4324049.7438.24
Hex313192424202Bf03226
Octal61612221021020533606246
Binary1100011100011001001010000101000010010101111110000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313192; }

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

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

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

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

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

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

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

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