#31318B

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

Shades of Jacksons Purple #31318B

Tints of Jacksons Purple #31318B

Color information

#31318B (or 0x31318B) is unknown color: approx Jacksons Purple. HEX triplet: 31, 31 and 8B. RGB value is (49,49,139). Sum of RGB (Red+Green+Blue) = 49+49+139=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #31318B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31318B is #CECE74. Grayscale: #3A3A3A. Windows color (decimal): -13553269 or 9122097. OLE color: 9122097.

HSL color Cylindrical-coordinate representation of color #31318B: hue angle of 240º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31318B is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4949139-
CMYK0.650.6500.45
HSL240º47.87%36.86%-
HSV(B)240º64.75%54.51%-
XYZ7.034.7124.97-
YUV59.26173120.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.68%
GREEN value IS 49 (19.53% from 255) = 20.68%
BLUE value IS 139 (54.69% from 255) = 58.65%
R=20.68%
G=20.68%
B=58.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49491390.650.6500.4524047.8736.86
Hex31318B414102Df03025
Octal61612131011010553606045
Binary1100011100011000101110000011000001010110111110000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31318B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31318B; }

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

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

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

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

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

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

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

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