Html Css Color HEX #313786 Jacksons Purple

📋 copy color: '#313786'

red 49 ◦ green 55 ◦ blue 134

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

Shades of Jacksons Purple #313786

Tints of Jacksons Purple #313786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 56.3%

R = 20.59%
G = 23.11%
B = 56.3%

CMYK

 C value IS 0.63

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#313786 (or 0x313786) is known color: Jacksons Purple. HEX triplet: 31, 37 and 86. RGB value is (49,55,134). Sum of RGB (Red+Green+Blue) = 49+55+134=238 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.59% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 134 (52.73% from 255 or 56.30% from 238); Max value from RGB is 134 - color contains mainly: blue. Hex color #313786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313786 is #CEC879. Grayscale: #3D3D3D. Windows color (decimal): -13551738 or 8795953. OLE color: 8795953.

HSL color Cylindrical-coordinate representation of color #313786: hue angle of 235.76º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #313786 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 55 134 -
CMYK 0.63 0.59 0 0.47
HSL 235.76º 0.46% 0.36% -
HSV(B) 235.76º 0.63% 0.53% -
XYZ 6.94 5.11 23.17 -
YUV 62.21 168.51 118.58 -
System Red Green Blue C M Y K H S L
Decimal 49 55 134 0.63 0.59 0 0.47 235.76 0.46 0.36
Hex 31 37 86 3F 3B 0 2F EC 2E 24
Octal 61 67 206 77 73 0 57 354 56 44
Binary 110001 110111 10000110 111111 111011 0 101111 11101100 101110 100100

Color Harmonies of #313786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313786

Black with #313786

Text Example


Text Example

White with #313786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313786; }

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

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

background-color css

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

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

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

border-color css

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

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

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