#31308D

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

Shades of Jacksons Purple #31308D

Tints of Jacksons Purple #31308D

Color information

#31308D (or 0x31308D) is unknown color: approx Jacksons Purple. HEX triplet: 31, 30 and 8D. RGB value is (49,48,141). Sum of RGB (Red+Green+Blue) = 49+48+141=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 141 (55.47% from 255 or 59.24% from 238); Max value from RGB is 141 - color contains mainly: blue. Hex color #31308D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31308D is #CECF72. Grayscale: #3A3A3A. Windows color (decimal): -13553523 or 9252913. OLE color: 9252913.

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

Color convert

RGB4948141-
CMYK0.650.6600.45
HSL240.65º49.21%37.06%-
HSV(B)240.65º65.96%55.29%-
XYZ7.134.6925.73-
YUV58.9174.33120.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.59%
GREEN value IS 48 (19.14% from 255) = 20.17%
BLUE value IS 141 (55.47% from 255) = 59.24%
R=20.59%
G=20.17%
B=59.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49481410.650.6600.45240.6549.2137.06
Hex31308D414202Df13125
Octal61602151011020553616145
Binary1100011100001000110110000011000010010110111110001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31308D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31308D; }

 p { color: rgb(49,48,141); }

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

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

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

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

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

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

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