#313280

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

Shades of Jacksons Purple #313280

Tints of Jacksons Purple #313280

Color information

#313280 (or 0x313280) is unknown color: approx Jacksons Purple. HEX triplet: 31, 32 and 80. RGB value is (49,50,128). Sum of RGB (Red+Green+Blue) = 49+50+128=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 128 (50.39% from 255 or 56.39% from 227); Max value from RGB is 128 - color contains mainly: blue. Hex color #313280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313280 is #CECD7F. Grayscale: #3A3A3A. Windows color (decimal): -13553024 or 8401457. OLE color: 8401457.

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

Color convert

RGB4950128-
CMYK0.620.6100.50
HSL239.24º44.63%34.71%-
HSV(B)239.24º61.72%50.2%-
XYZ6.34.4920.96-
YUV58.59167.17121.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.59%
GREEN value IS 50 (19.92% from 255) = 22.03%
BLUE value IS 128 (50.39% from 255) = 56.39%
R=21.59%
G=22.03%
B=56.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49501280.620.6100.50239.2444.6334.71
Hex3132803E3D032ef2d23
Octal616220076750623575543
Binary11000111001010000000111110111101011001011101111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313280; }

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

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

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

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

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

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

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

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