#313A8A

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

Shades of Jacksons Purple #313A8A

Tints of Jacksons Purple #313A8A

Color information

#313A8A (or 0x313A8A) is unknown color: approx Jacksons Purple. HEX triplet: 31, 3A and 8A. RGB value is (49,58,138). Sum of RGB (Red+Green+Blue) = 49+58+138=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 138 (54.30% from 255 or 56.33% from 245); Max value from RGB is 138 - color contains mainly: blue. Hex color #313A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313A8A is #CEC575. Grayscale: #404040. Windows color (decimal): -13550966 or 9058865. OLE color: 9058865.

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

Color convert

RGB4958138-
CMYK0.640.5800.46
HSL233.93º47.59%36.67%-
HSV(B)233.93º64.49%54.12%-
XYZ7.375.5124.72-
YUV64.43169.52117-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20%
GREEN value IS 58 (23.05% from 255) = 23.67%
BLUE value IS 138 (54.30% from 255) = 56.33%
R=20%
G=23.67%
B=56.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal49581380.640.5800.46233.9347.5936.67
Hex313A8A403A02Eea3025
Octal6172212100720563526045
Binary110001111010100010101000000111010010111011101010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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