#313a8b

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

Shades of Jacksons Purple #313A8B

Tints of Jacksons Purple #313A8B

Color information

#313A8B (or 0x313A8B) is unknown color: approx Jacksons Purple. HEX triplet: 31, 3A and 8B. RGB value is (49,58,139). Sum of RGB (Red+Green+Blue) = 49+58+139=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #313A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313A8B is #CEC574. Grayscale: #404040. Windows color (decimal): -13550965 or 9124401. OLE color: 9124401.

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

Color convert

RGB4958139-
CMYK0.650.5800.45
HSL234º47.87%36.86%-
HSV(B)234º64.75%54.51%-
XYZ7.445.5425.1-
YUV64.54170.02116.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.92%
GREEN value IS 58 (23.05% from 255) = 23.58%
BLUE value IS 139 (54.69% from 255) = 56.50%
R=19.92%
G=23.58%
B=56.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49581390.650.5800.4523447.8736.86
Hex313A8B413A02Dea3025
Octal6172213101720553526045
Binary110001111010100010111000001111010010110111101010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313a8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313a8b; }

 p { color: rgb(49,58,139); }

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

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

 a { background-color: rgb(49,58,139); }

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

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

 span { border-color: rgb(49,58,139); }

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