Html Css Color HEX #313796 Jacksons Purple

📋 copy color: '#313796'

red 49 ◦ green 55 ◦ blue 150

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

Shades of Jacksons Purple #313796

Tints of Jacksons Purple #313796

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.65%

 BLUE value IS 150 (58.98% from 255) = 59.06%

R = 19.29%
G = 21.65%
B = 59.06%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#313796 (or 0x313796) is known color: Jacksons Purple. HEX triplet: 31, 37 and 96. RGB value is (49,55,150). Sum of RGB (Red+Green+Blue) = 49+55+150=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 150 (58.98% from 255 or 59.06% from 254); Max value from RGB is 150 - color contains mainly: blue. Hex color #313796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313796 is #CEC869. Grayscale: #3F3F3F. Windows color (decimal): -13551722 or 9844529. OLE color: 9844529.

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

Color convert

RGB 49 55 150 -
CMYK 0.67 0.63 0 0.41
HSL 236.44º 0.51% 0.39% -
HSV(B) 236.44º 0.67% 0.59% -
XYZ 8.14 5.59 29.5 -
YUV 64.04 176.51 117.28 -
System Red Green Blue C M Y K H S L
Decimal 49 55 150 0.67 0.63 0 0.41 236.44 0.51 0.39
Hex 31 37 96 43 3F 0 29 EC 33 27
Octal 61 67 226 103 77 0 51 354 63 47
Binary 110001 110111 10010110 1000011 111111 0 101001 11101100 110011 100111

Color Harmonies of #313796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313796

Black with #313796

Text Example


Text Example

White with #313796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313796; }

 p { color: rgb(49,55,150); }

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

background-color css

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

 a { background-color: rgb(49,55,150); }

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

border-color css

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

 span { border-color: rgb(49,55,150); }

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