#313684

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

Shades of Jacksons Purple #313684

Tints of Jacksons Purple #313684

Color information

#313684 (or 0x313684) is unknown color: approx Jacksons Purple. HEX triplet: 31, 36 and 84. RGB value is (49,54,132). Sum of RGB (Red+Green+Blue) = 49+54+132=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 132 (51.95% from 255 or 56.17% from 235); Max value from RGB is 132 - color contains mainly: blue. Hex color #313684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313684 is #CEC97B. Grayscale: #3D3D3D. Windows color (decimal): -13551996 or 8664625. OLE color: 8664625.

HSL color Cylindrical-coordinate representation of color #313684: hue angle of 236.39º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #313684 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4954132-
CMYK0.630.5900.48
HSL236.39º45.86%35.49%-
HSV(B)236.39º62.88%51.76%-
XYZ6.754.9622.43-
YUV61.4167.84119.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.85%
GREEN value IS 54 (21.48% from 255) = 22.98%
BLUE value IS 132 (51.95% from 255) = 56.17%
R=20.85%
G=22.98%
B=56.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49541320.630.5900.48236.3945.8635.49
Hex3136843F3B030ec2e23
Octal616620477730603545643
Binary11000111011010000100111111111011011000011101100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313684; }

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

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

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

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

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

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

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

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