#313682

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

Shades of Jacksons Purple #313682

Tints of Jacksons Purple #313682

Color information

#313682 (or 0x313682) is unknown color: approx Jacksons Purple. HEX triplet: 31, 36 and 82. RGB value is (49,54,130). Sum of RGB (Red+Green+Blue) = 49+54+130=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 130 (51.17% from 255 or 55.79% from 233); Max value from RGB is 130 - color contains mainly: blue. Hex color #313682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313682 is #CEC97D. Grayscale: #3C3C3C. Windows color (decimal): -13551998 or 8533553. OLE color: 8533553.

HSL color Cylindrical-coordinate representation of color #313682: hue angle of 236.3º 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 #313682 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4954130-
CMYK0.620.5800.49
HSL236.3º45.25%35.1%-
HSV(B)236.3º62.31%50.98%-
XYZ6.624.921.72-
YUV61.17166.84119.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.03%
GREEN value IS 54 (21.48% from 255) = 23.18%
BLUE value IS 130 (51.17% from 255) = 55.79%
R=21.03%
G=23.18%
B=55.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49541300.620.5800.49236.345.2535.1
Hex3136823E3A031ec2d23
Octal616620276720613545543
Binary11000111011010000010111110111010011000111101100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313682; }

 p { color: rgb(49,54,130); }

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

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

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

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

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

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

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