#313184

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

Shades of Jacksons Purple #313184

Tints of Jacksons Purple #313184

Color information

#313184 (or 0x313184) is unknown color: approx Jacksons Purple. HEX triplet: 31, 31 and 84. RGB value is (49,49,132). Sum of RGB (Red+Green+Blue) = 49+49+132=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 132 (51.95% from 255 or 57.39% from 230); Max value from RGB is 132 - color contains mainly: blue. Hex color #313184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313184 is #CECE7B. Grayscale: #3A3A3A. Windows color (decimal): -13553276 or 8663345. OLE color: 8663345.

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

Color convert

RGB4949132-
CMYK0.630.6300.48
HSL240º45.86%35.49%-
HSV(B)240º62.88%51.76%-
XYZ6.534.5222.36-
YUV58.46169.5121.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.30%
GREEN value IS 49 (19.53% from 255) = 21.30%
BLUE value IS 132 (51.95% from 255) = 57.39%
R=21.30%
G=21.30%
B=57.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49491320.630.6300.4824045.8635.49
Hex3131843F3F030f02e23
Octal616120477770603605643
Binary11000111000110000100111111111111011000011110000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313184; }

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

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

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

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

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

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

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

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