#31398f

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

Shades of Jacksons Purple #31398F

Tints of Jacksons Purple #31398F

Color information

#31398F (or 0x31398F) is unknown color: approx Jacksons Purple. HEX triplet: 31, 39 and 8F. RGB value is (49,57,143). Sum of RGB (Red+Green+Blue) = 49+57+143=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 143 (56.25% from 255 or 57.43% from 249); Max value from RGB is 143 - color contains mainly: blue. Hex color #31398F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31398F is #CEC670. Grayscale: #404040. Windows color (decimal): -13551217 or 9386289. OLE color: 9386289.

HSL color Cylindrical-coordinate representation of color #31398F: hue angle of 234.89º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31398F is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4957143-
CMYK0.660.6000.44
HSL234.89º48.96%37.65%-
HSV(B)234.89º65.73%56.08%-
XYZ7.695.5626.66-
YUV64.41172.35117.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.68%
GREEN value IS 57 (22.66% from 255) = 22.89%
BLUE value IS 143 (56.25% from 255) = 57.43%
R=19.68%
G=22.89%
B=57.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49571430.660.6000.44234.8948.9637.65
Hex31398F423C02Ceb3126
Octal6171217102740543536146
Binary110001111001100011111000010111100010110011101011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31398f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31398f; }

 p { color: rgb(49,57,143); }

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

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

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

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

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

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

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