#313287

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

Shades of Jacksons Purple #313287

Tints of Jacksons Purple #313287

Color information

#313287 (or 0x313287) is unknown color: approx Jacksons Purple. HEX triplet: 31, 32 and 87. RGB value is (49,50,135). Sum of RGB (Red+Green+Blue) = 49+50+135=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 135 (53.12% from 255 or 57.69% from 234); Max value from RGB is 135 - color contains mainly: blue. Hex color #313287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313287 is #CECD78. Grayscale: #3B3B3B. Windows color (decimal): -13553017 or 8860209. OLE color: 8860209.

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

Color convert

RGB4950135-
CMYK0.640.6300.47
HSL239.3º46.74%36.08%-
HSV(B)239.3º63.7%52.94%-
XYZ6.784.6823.47-
YUV59.39170.67120.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.94%
GREEN value IS 50 (19.92% from 255) = 21.37%
BLUE value IS 135 (53.12% from 255) = 57.69%
R=20.94%
G=21.37%
B=57.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49501350.640.6300.47239.346.7436.08
Hex313287403F02Fef2f24
Octal6162207100770573575744
Binary110001110010100001111000000111111010111111101111101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313287; }

 p { color: rgb(49,50,135); }

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

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

 a { background-color: rgb(49,50,135); }

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

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

 span { border-color: rgb(49,50,135); }

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