#313190

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

Shades of Jacksons Purple #313190

Tints of Jacksons Purple #313190

Color information

#313190 (or 0x313190) is unknown color: approx Jacksons Purple. HEX triplet: 31, 31 and 90. RGB value is (49,49,144). Sum of RGB (Red+Green+Blue) = 49+49+144=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #313190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313190 is #CECE6F. Grayscale: #3B3B3B. Windows color (decimal): -13553264 or 9449777. OLE color: 9449777.

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

Color convert

RGB4949144-
CMYK0.660.6600.44
HSL240º49.22%37.84%-
HSV(B)240º65.97%56.47%-
XYZ7.44.8626.93-
YUV59.83175.5120.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.25%
GREEN value IS 49 (19.53% from 255) = 20.25%
BLUE value IS 144 (56.64% from 255) = 59.50%
R=20.25%
G=20.25%
B=59.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49491440.660.6600.4424049.2237.84
Hex313190424202Cf03126
Octal61612201021020543606146
Binary1100011100011001000010000101000010010110011110000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313190; }

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

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

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

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

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

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

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

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