#31368D

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

Shades of Jacksons Purple #31368D

Tints of Jacksons Purple #31368D

Color information

#31368D (or 0x31368D) is unknown color: approx Jacksons Purple. HEX triplet: 31, 36 and 8D. RGB value is (49,54,141). Sum of RGB (Red+Green+Blue) = 49+54+141=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 141 (55.47% from 255 or 57.79% from 244); Max value from RGB is 141 - color contains mainly: blue. Hex color #31368D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31368D is #CEC972. Grayscale: #3E3E3E. Windows color (decimal): -13551987 or 9254449. OLE color: 9254449.

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

Color convert

RGB4954141-
CMYK0.650.6200.45
HSL236.74º48.42%37.25%-
HSV(B)236.74º65.25%55.29%-
XYZ7.395.2125.82-
YUV62.42172.34118.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.08%
GREEN value IS 54 (21.48% from 255) = 22.13%
BLUE value IS 141 (55.47% from 255) = 57.79%
R=20.08%
G=22.13%
B=57.79%

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
Decimal49541410.650.6200.45236.7448.4237.25
Hex31368D413E02Ded3025
Octal6166215101760553556045
Binary110001110110100011011000001111110010110111101101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31368D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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