#31348D

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

Shades of Jacksons Purple #31348D

Tints of Jacksons Purple #31348D

Color information

#31348D (or 0x31348D) is unknown color: approx Jacksons Purple. HEX triplet: 31, 34 and 8D. RGB value is (49,52,141). Sum of RGB (Red+Green+Blue) = 49+52+141=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #31348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31348D is #CECB72. Grayscale: #3C3C3C. Windows color (decimal): -13552499 or 9253937. OLE color: 9253937.

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

Color convert

RGB4952141-
CMYK0.650.6300.45
HSL238.04º48.42%37.25%-
HSV(B)238.04º65.25%55.29%-
XYZ7.35.0325.79-
YUV61.25173.01119.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.25%
GREEN value IS 52 (20.70% from 255) = 21.49%
BLUE value IS 141 (55.47% from 255) = 58.26%
R=20.25%
G=21.49%
B=58.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49521410.650.6300.45238.0448.4237.25
Hex31348D413F02Dee3025
Octal6164215101770553566045
Binary110001110100100011011000001111111010110111101110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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