#31398E

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

Shades of Jacksons Purple #31398E

Tints of Jacksons Purple #31398E

Color information

#31398E (or 0x31398E) is unknown color: approx Jacksons Purple. HEX triplet: 31, 39 and 8E. RGB value is (49,57,142). Sum of RGB (Red+Green+Blue) = 49+57+142=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 142 (55.86% from 255 or 57.26% from 248); Max value from RGB is 142 - color contains mainly: blue. Hex color #31398E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31398E is #CEC671. Grayscale: #3F3F3F. Windows color (decimal): -13551218 or 9320753. OLE color: 9320753.

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

Color convert

RGB4957142-
CMYK0.650.6000.44
HSL234.84º48.69%37.45%-
HSV(B)234.84º65.49%55.69%-
XYZ7.615.5326.26-
YUV64.3171.85117.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.76%
GREEN value IS 57 (22.66% from 255) = 22.98%
BLUE value IS 142 (55.86% from 255) = 57.26%
R=19.76%
G=22.98%
B=57.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49571420.650.6000.44234.8448.6937.45
Hex31398E413C02Ceb3125
Octal6171216101740543536145
Binary110001111001100011101000001111100010110011101011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31398E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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