#313784

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

Shades of Jacksons Purple #313784

Tints of Jacksons Purple #313784

Color information

#313784 (or 0x313784) is unknown color: approx Jacksons Purple. HEX triplet: 31, 37 and 84. RGB value is (49,55,132). Sum of RGB (Red+Green+Blue) = 49+55+132=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 132 (51.95% from 255 or 55.93% from 236); Max value from RGB is 132 - color contains mainly: blue. Hex color #313784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313784 is #CEC87B. Grayscale: #3D3D3D. Windows color (decimal): -13551740 or 8664881. OLE color: 8664881.

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

Color convert

RGB4955132-
CMYK0.630.5800.48
HSL235.66º45.86%35.49%-
HSV(B)235.66º62.88%51.76%-
XYZ6.85.0522.45-
YUV61.98167.51118.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.76%
GREEN value IS 55 (21.88% from 255) = 23.31%
BLUE value IS 132 (51.95% from 255) = 55.93%
R=20.76%
G=23.31%
B=55.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49551320.630.5800.48235.6645.8635.49
Hex3137843F3A030ec2e23
Octal616720477720603545643
Binary11000111011110000100111111111010011000011101100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313784; }

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

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

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

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

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

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

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

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