Html Css Color HEX #313286 Jacksons Purple

📋 copy color: '#313286'

red 49 ◦ green 50 ◦ blue 134

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

Shades of Jacksons Purple #313286

Tints of Jacksons Purple #313286

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.46%

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

R = 21.03%
G = 21.46%
B = 57.51%

CMYK

 C value IS 0.63

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#313286 (or 0x313286) is known color: Jacksons Purple. HEX triplet: 31, 32 and 86. RGB value is (49,50,134). Sum of RGB (Red+Green+Blue) = 49+50+134=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 134 (52.73% from 255 or 57.51% from 233); Max value from RGB is 134 - color contains mainly: blue. Hex color #313286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313286 is #CECD79. Grayscale: #3A3A3A. Windows color (decimal): -13553018 or 8794673. OLE color: 8794673.

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

Color convert

RGB 49 50 134 -
CMYK 0.63 0.63 0 0.47
HSL 239.29º 0.46% 0.36% -
HSV(B) 239.29º 0.63% 0.53% -
XYZ 6.71 4.66 23.1 -
YUV 59.28 170.17 120.67 -
System Red Green Blue C M Y K H S L
Decimal 49 50 134 0.63 0.63 0 0.47 239.29 0.46 0.36
Hex 31 32 86 3F 3F 0 2F EF 2E 24
Octal 61 62 206 77 77 0 57 357 56 44
Binary 110001 110010 10000110 111111 111111 0 101111 11101111 101110 100100

Color Harmonies of #313286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313286

Black with #313286

Text Example


Text Example

White with #313286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313286; }

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

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

background-color css

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

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

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

border-color css

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

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

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