Html Css Color HEX #313597 Jacksons Purple

📋 copy color: '#313597'

red 49 ◦ green 53 ◦ blue 151

#313597
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacksons Purple #313597

Tints of Jacksons Purple #313597

RGB

 RED value IS 49 (19.53% from 255) = 19.37%

 GREEN value IS 53 (21.09% from 255) = 20.95%

 BLUE value IS 151 (59.38% from 255) = 59.68%

R = 19.37%
G = 20.95%
B = 59.68%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#313597 (or 0x313597) is known color: Jacksons Purple. HEX triplet: 31, 35 and 97. RGB value is (49,53,151). Sum of RGB (Red+Green+Blue) = 49+53+151=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 151 (59.38% from 255 or 59.68% from 253); Max value from RGB is 151 - color contains mainly: blue. Hex color #313597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313597 is #CECA68. Grayscale: #3E3E3E. Windows color (decimal): -13552233 or 9909553. OLE color: 9909553.

HSL color Cylindrical-coordinate representation of color #313597: hue angle of 237.65º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #313597 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 53 151 -
CMYK 0.68 0.65 0 0.41
HSL 237.65º 0.51% 0.39% -
HSV(B) 237.65º 0.68% 0.59% -
XYZ 8.13 5.43 29.9 -
YUV 62.98 177.67 118.03 -
System Red Green Blue C M Y K H S L
Decimal 49 53 151 0.68 0.65 0 0.41 237.65 0.51 0.39
Hex 31 35 97 44 41 0 29 EE 33 27
Octal 61 65 227 104 101 0 51 356 63 47
Binary 110001 110101 10010111 1000100 1000001 0 101001 11101110 110011 100111

Color Harmonies of #313597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313597

Black with #313597

Text Example


Text Example

White with #313597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313597; }

 p { color: rgb(49,53,151); }

 H1.HeaderClassName
 {
   color: #313597;
 }
 .AnyTagClassName
 {
   color: #313597;
 }
</style>

background-color css

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

 a { background-color: rgb(49,53,151); }

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

border-color css

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

 span { border-color: rgb(49,53,151); }

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