#31358D

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

Shades of Jacksons Purple #31358D

Tints of Jacksons Purple #31358D

Color information

#31358D (or 0x31358D) is unknown color: approx Jacksons Purple. HEX triplet: 31, 35 and 8D. RGB value is (49,53,141). Sum of RGB (Red+Green+Blue) = 49+53+141=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 141 (55.47% from 255 or 58.02% from 243); Max value from RGB is 141 - color contains mainly: blue. Hex color #31358D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31358D is #CECA72. Grayscale: #3D3D3D. Windows color (decimal): -13552243 or 9254193. OLE color: 9254193.

HSL color Cylindrical-coordinate representation of color #31358D: hue angle of 237.39º 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 #31358D is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4953141-
CMYK0.650.6200.45
HSL237.39º48.42%37.25%-
HSV(B)237.39º65.25%55.29%-
XYZ7.355.1225.8-
YUV61.84172.67118.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.16%
GREEN value IS 53 (21.09% from 255) = 21.81%
BLUE value IS 141 (55.47% from 255) = 58.02%
R=20.16%
G=21.81%
B=58.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49531410.650.6200.45237.3948.4237.25
Hex31358D413E02Ded3025
Octal6165215101760553556045
Binary110001110101100011011000001111110010110111101101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31358D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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