Html Css Color HEX #313986 Jacksons Purple

📋 copy color: '#313986'

red 49 ◦ green 57 ◦ blue 134

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

Shades of Jacksons Purple #313986

Tints of Jacksons Purple #313986

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.75%

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

R = 20.42%
G = 23.75%
B = 55.83%

CMYK

 C value IS 0.63

 M value IS 0.57

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#313986 (or 0x313986) is known color: Jacksons Purple. HEX triplet: 31, 39 and 86. RGB value is (49,57,134). Sum of RGB (Red+Green+Blue) = 49+57+134=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 134 (52.73% from 255 or 55.83% from 240); Max value from RGB is 134 - color contains mainly: blue. Hex color #313986 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313986 is #CEC679. Grayscale: #3F3F3F. Windows color (decimal): -13551226 or 8796465. OLE color: 8796465.

HSL color Cylindrical-coordinate representation of color #313986: hue angle of 234.35º 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 #313986 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 57 134 -
CMYK 0.63 0.57 0 0.47
HSL 234.35º 0.46% 0.36% -
HSV(B) 234.35º 0.63% 0.53% -
XYZ 7.03 5.3 23.21 -
YUV 63.39 167.85 117.74 -
System Red Green Blue C M Y K H S L
Decimal 49 57 134 0.63 0.57 0 0.47 234.35 0.46 0.36
Hex 31 39 86 3F 39 0 2F EA 2E 24
Octal 61 71 206 77 71 0 57 352 56 44
Binary 110001 111001 10000110 111111 111001 0 101111 11101010 101110 100100

Color Harmonies of #313986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313986

Black with #313986

Text Example


Text Example

White with #313986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313986; }

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

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

background-color css

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

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

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

border-color css

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

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

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