#31398A

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

Shades of Jacksons Purple #31398A

Tints of Jacksons Purple #31398A

Color information

#31398A (or 0x31398A) is unknown color: approx Jacksons Purple. HEX triplet: 31, 39 and 8A. RGB value is (49,57,138). Sum of RGB (Red+Green+Blue) = 49+57+138=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #31398A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31398A is #CEC675. Grayscale: #3F3F3F. Windows color (decimal): -13551222 or 9058609. OLE color: 9058609.

HSL color Cylindrical-coordinate representation of color #31398A: hue angle of 234.61º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31398A is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4957138-
CMYK0.640.5900.46
HSL234.61º47.59%36.67%-
HSV(B)234.61º64.49%54.12%-
XYZ7.325.4124.7-
YUV63.84169.85117.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.08%
GREEN value IS 57 (22.66% from 255) = 23.36%
BLUE value IS 138 (54.30% from 255) = 56.56%
R=20.08%
G=23.36%
B=56.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal49571380.640.5900.46234.6147.5936.67
Hex31398A403B02Eeb3025
Octal6171212100730563536045
Binary110001111001100010101000000111011010111011101011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31398A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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