Html Css Color HEX #313486 Jacksons Purple

📋 copy color: '#313486'

red 49 ◦ green 52 ◦ blue 134

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

Shades of Jacksons Purple #313486

Tints of Jacksons Purple #313486

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.13%

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

R = 20.85%
G = 22.13%
B = 57.02%

CMYK

 C value IS 0.63

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#313486 (or 0x313486) is known color: Jacksons Purple. HEX triplet: 31, 34 and 86. RGB value is (49,52,134). Sum of RGB (Red+Green+Blue) = 49+52+134=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 134 (52.73% from 255 or 57.02% from 235); Max value from RGB is 134 - color contains mainly: blue. Hex color #313486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313486 is #CECB79. Grayscale: #3C3C3C. Windows color (decimal): -13552506 or 8795185. OLE color: 8795185.

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

Color convert

RGB 49 52 134 -
CMYK 0.63 0.61 0 0.47
HSL 237.88º 0.46% 0.36% -
HSV(B) 237.88º 0.63% 0.53% -
XYZ 6.8 4.83 23.13 -
YUV 60.45 169.51 119.83 -
System Red Green Blue C M Y K H S L
Decimal 49 52 134 0.63 0.61 0 0.47 237.88 0.46 0.36
Hex 31 34 86 3F 3D 0 2F EE 2E 24
Octal 61 64 206 77 75 0 57 356 56 44
Binary 110001 110100 10000110 111111 111101 0 101111 11101110 101110 100100

Color Harmonies of #313486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313486

Black with #313486

Text Example


Text Example

White with #313486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313486; }

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

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

background-color css

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

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

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

border-color css

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

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

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