#313581

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

Shades of Jacksons Purple #313581

Tints of Jacksons Purple #313581

Color information

#313581 (or 0x313581) is unknown color: approx Jacksons Purple. HEX triplet: 31, 35 and 81. RGB value is (49,53,129). Sum of RGB (Red+Green+Blue) = 49+53+129=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 129 (50.78% from 255 or 55.84% from 231); Max value from RGB is 129 - color contains mainly: blue. Hex color #313581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313581 is #CECA7E. Grayscale: #3C3C3C. Windows color (decimal): -13552255 or 8467761. OLE color: 8467761.

HSL color Cylindrical-coordinate representation of color #313581: hue angle of 237º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #313581 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4953129-
CMYK0.620.5900.49
HSL237º44.94%34.9%-
HSV(B)237º62.02%50.59%-
XYZ6.54.7821.35-
YUV60.47166.67119.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.21%
GREEN value IS 53 (21.09% from 255) = 22.94%
BLUE value IS 129 (50.78% from 255) = 55.84%
R=21.21%
G=22.94%
B=55.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49531290.620.5900.4923744.9434.9
Hex3135813E3B031ed2d23
Octal616520176730613555543
Binary11000111010110000001111110111011011000111101101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313581; }

 p { color: rgb(49,53,129); }

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

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

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

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

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

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

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