Html Css Color HEX #313697 Jacksons Purple

📋 copy color: '#313697'

red 49 ◦ green 54 ◦ blue 151

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

Shades of Jacksons Purple #313697

Tints of Jacksons Purple #313697

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.26%

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

R = 19.29%
G = 21.26%
B = 59.45%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#313697 (or 0x313697) is known color: Jacksons Purple. HEX triplet: 31, 36 and 97. RGB value is (49,54,151). Sum of RGB (Red+Green+Blue) = 49+54+151=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 151 (59.38% from 255 or 59.45% from 254); Max value from RGB is 151 - color contains mainly: blue. Hex color #313697 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313697 is #CEC968. Grayscale: #3F3F3F. Windows color (decimal): -13551977 or 9909809. OLE color: 9909809.

HSL color Cylindrical-coordinate representation of color #313697: hue angle of 237.06º 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 #313697 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 54 151 -
CMYK 0.68 0.64 0 0.41
HSL 237.06º 0.51% 0.39% -
HSV(B) 237.06º 0.68% 0.59% -
XYZ 8.17 5.53 29.91 -
YUV 63.56 177.34 117.61 -
System Red Green Blue C M Y K H S L
Decimal 49 54 151 0.68 0.64 0 0.41 237.06 0.51 0.39
Hex 31 36 97 44 40 0 29 ED 33 27
Octal 61 66 227 104 100 0 51 355 63 47
Binary 110001 110110 10010111 1000100 1000000 0 101001 11101101 110011 100111

Color Harmonies of #313697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313697

Black with #313697

Text Example


Text Example

White with #313697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313697; }

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

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

background-color css

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

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

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

border-color css

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

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

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