#313689

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

Shades of Jacksons Purple #313689

Tints of Jacksons Purple #313689

Color information

#313689 (or 0x313689) is unknown color: approx Jacksons Purple. HEX triplet: 31, 36 and 89. RGB value is (49,54,137). Sum of RGB (Red+Green+Blue) = 49+54+137=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #313689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313689 is #CEC976. Grayscale: #3D3D3D. Windows color (decimal): -13551991 or 8992305. OLE color: 8992305.

HSL color Cylindrical-coordinate representation of color #313689: hue angle of 236.59º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #313689 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4954137-
CMYK0.640.6100.46
HSL236.59º47.31%36.47%-
HSV(B)236.59º64.23%53.73%-
XYZ7.15.124.28-
YUV61.97170.34118.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.42%
GREEN value IS 54 (21.48% from 255) = 22.5%
BLUE value IS 137 (53.91% from 255) = 57.08%
R=20.42%
G=22.5%
B=57.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal49541370.640.6100.46236.5947.3136.47
Hex313689403D02Eed2f24
Octal6166211100750563555744
Binary110001110110100010011000000111101010111011101101101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313689; }

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

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

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

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

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

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

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

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